Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pull_request_template.md #4518

Merged
merged 4 commits into from Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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