Skip to content

Commit

Permalink
Managed by Terraform, updates managed through: https://github.com/Air…
Browse files Browse the repository at this point in the history
  • Loading branch information
airthings-atlantis committed Mar 7, 2024
1 parent 92d8fb8 commit 8bf284e
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
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>

0 comments on commit 8bf284e

Please sign in to comment.