Skip to content

Commit

Permalink
Create pull_request_template.md (#4518)
Browse files Browse the repository at this point in the history
* Create pull_request_template.md
  • Loading branch information
rickreyhsig committed Apr 29, 2024
1 parent fd5ad78 commit 9d7d40e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/pull_request_template.md
@@ -0,0 +1,18 @@
## Link to pivotal/JIRA issue
-
## What was done?
- Explain the implementation goals being solved or the feature with the reviewer in mind
- Mention any relevant issues or insights to be shared with the reviewer.
- Alternatives considered
## How to test?
- Describe the testing approach taken to verify the changes, including:
- Unit/integration/manual tests
- Test data used
- Specify any relevant testing environments used (e.g., development, staging, demo, Heroku).
- Risk Assessment
- Risks or side effects associated with the changes and how they were mitigated.
- Highlight areas that may need extra attention during code review or testing.
- Paste SQL queries or output where relevant
## Screenshots (for visual change)
- Before | After

0 comments on commit 9d7d40e

Please sign in to comment.