Skip to content

EXTCH-14: Add PR template #26

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--- Your description goes here -->


### Preparation checklist

* [ ] Merge `master` into your branch and resolve resulting conflicts
* [ ] Select one or multiple reviewers who are well suited to discuss your changes
* [ ] Write a new programmatic test, if warranted
* [ ] Edit or create the documentation necessary for others to make use of your changes

### Writing a helpful description

* [ ] Link to the specific user-story being addressed, and describe how you've addressed it
* [ ] Describe how your changes should be tested
* [ ] Link to specific files, line-numbers, and decisions you would like feedback on