-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Managed by Terraform, updates managed through: https://github.com/Air…
- Loading branch information
1 parent
92d8fb8
commit 8bf284e
Showing
1 changed file
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,31 @@ | ||
## What | ||
* Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) | ||
* Use bullet points to be concise and to the point. | ||
|
||
- | ||
|
||
## Why | ||
* Provide the justifications for the changes (e.g. business case). | ||
* Describe why these changes were made (e.g. why do these commits fix the problem?) | ||
* Use bullet points to be concise and to the point. | ||
|
||
- | ||
|
||
## References | ||
* Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow). | ||
* Use `closes #123`, if this PR closes a GitHub issue `#123` | ||
|
||
- | ||
|
||
<details> | ||
<summary>How to fill this template?</summary> | ||
|
||
- **What:** what changed, what do these changes mean? (high level) | ||
- **Why:** why these changes were made? (business case, technical context, etc.) | ||
- **References:** Links to Jira tasks, GitHub issues (use `Closes #123`) and PRs, or related documentation for context. | ||
|
||
Use bullet points to be concise and to the point. | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>Expand this for infrastructure updates via Atlantis</summary> | ||
|
||
* Only atlantis can merge PRs in this repo, and it does so after automatically updating the github configuration, teams | ||
and repos. | ||
* Make sure your branch is up-to-date with main before running `atlantis plan -p "production"` and `atlantis apply` | ||
|
||
</details> |