Skip to content

Commit

Permalink
tools: Update Github pull request template (sourcenetwork#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
orpheuslummis authored Jun 14, 2022
1 parent a16eb1d commit ff30e33
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
## RELEVANT ISSUE(S)
## Relevant issue(s)

Resolves #

## DESCRIPTION
## Description

Please include a summary of the change and which issue is fixed. If there isn't an issue, then please create one.
Please also include relevant motivation and context. List any dependencies that are required for this change.
(*replace*) Include a summary of the changes. List the issue(s) it solves in the section above, and
create one if none exists. Include relevant motivation and context. Detail new dependencies required for this change.

### HOW HAS THIS BEEN TESTED?
## Tasks

Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
- [ ] I made sure the code is well commented, particularly hard-to-understand areas.
- [ ] I made sure the repository-held documentation is changed accordingly.
- [ ] I made sure the pull request title adheres to the conventional commit style (the subset used in the project can be found in [tools/configs/chglog/config.yml](tools/configs/chglog/config.yml)).
- [ ] I made sure to discuss its limitations such as threats to validity, vulnerability to mistake and misuse, robustness to invalidation of assumptions, resource requirements, ...

### CHECKLIST:
## How has this been tested?

- [ ] I have commented the code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the repo-held documentation.
- [ ] I have made sure that the PR title adheres to the conventional commit style (subset of the ones we use can be found under: [tools/configs/chglog/config.yml](tools/configs/chglog/config.yml)
(*replace*) Describe the tests performed to verify the changes. Provide instructions to reproduce them.

### ENVIRONMENT / OS THIS WAS TESTED ON?

Please specify which of the following was this tested on (remove or add your own):
- [ ] Arch Linux
- [ ] Debian Linux
- [ ] MacOS
- [ ] Windows
Specify the platform(s) on which this was tested:
- *(modify the list accordingly*)
- Arch Linux
- Debian Linux
- MacOS
- Windows

0 comments on commit ff30e33

Please sign in to comment.