You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the following guidelines to write code and make it easier for everyone to follow a destinctive guideline. Please check these links before starting to work on changes.
41
+
We are using the following guidelines to write code and make it easier for everyone to follow a distinctive guideline.
42
+
Please check these links before starting to work on changes.
Git Naming Conventions are an important part of the development process. They descrtibe how Branched, Commit Messages, Pull Requests and Tags should look like to make the easily understandebla for everybody in the development chain.
46
+
Git Naming Conventions are an important part of the development process.
47
+
They describe how Branches, Commit Messages,
48
+
Pull Requests and Tags should look like to make them easily understandable for everybody in the development chain.
he Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of.
52
+
He Conventional Commits specification is a lightweight convention on top of commit messages.
53
+
It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of.
The better a Pull Request description is, the better a review can understand and decide on how to review the changes. This improves implementation speed and reduces communication between the requester and the reviewer resulting in much less overhead.
57
+
The better a Pull Request description is, the better a review can understand and decide on how to review the changes.
58
+
This improves implementation speed and reduces communication between the requester,
59
+
and the reviewer is resulting in much less overhead.
53
60
54
-
[Wiriting A Great Pull Request Description](https://www.pullrequest.com/blog/writing-a-great-pull-request-description/)
61
+
[Writing A Great Pull Request Description](https://www.pullrequest.com/blog/writing-a-great-pull-request-description/)
55
62
56
-
Versioning is a crucial part for Terraform Stacks and Modules. Without version tags you cannot clearly create a stable environment and be sure that your latest changes won't crash your production environment (sure it still can happen, but we are trying our best to implement everything that we can to reduce the risk)
63
+
Versioning is a crucial part for Terraform Stacks and Modules.
64
+
Without version tags you cannot clearly create a stable environment
65
+
and be sure that your latest changes will not crash your production environment (sure it still can happen,
66
+
but we are trying our best to implement everything that we can to reduce the risk)
57
67
58
68
[Semantic Versioning](https://semver.org)
59
69
60
-
Naming Conventions for Terraform resources must be used.
@@ -121,7 +131,8 @@ It currently supports the automated installation for macOS. Support for Windows
121
131
### Synchronisation
122
132
123
133
We provided a script under ./build/sync_template.ps1 to fetch the latest changes from this template repository.
124
-
Please be aware that this is mainly a copy operation which means all your current changes have to be committed first and after running the script you have to merge this changes into your codebase.
134
+
Please be aware that this is mainly a copy operation which means all your current changes have to be committed first,
135
+
and after running the script, you have to merge these changes into your codebase.
0 commit comments