mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:48:17 +00:00
Add tests section to PR template (#2895)
This commit is contained in:
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,24 +1,29 @@
|
||||
## 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.
|
||||
- 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.
|
||||
- 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.
|
||||
-->
|
||||
|
||||
## tests
|
||||
|
||||
<!--
|
||||
- [ ] I have tested my changes by ...
|
||||
-->
|
||||
|
||||
## 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`
|
||||
- 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`
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user