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

Added suggestion for what to review to PR template #33

Merged
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
5 changes: 4 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<!--- Include details of your testing environment, tests ran to see how -->
<!--- your change affects other areas of the code, etc. -->

## What should reviewers focus on?
<!--- Provide suggestions for what someone should check to help with the review. -->

## Types of changes
<!--- What types of changes does your PR introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
Expand All @@ -26,4 +29,4 @@
- [ ] I have read the CONTRIBUTING.md guide.
- [ ] My changes follow the code style of this project.
- [ ] I have updated supporting documentation, if required.
- [ ] I have added my details to the CONTRIBUTORS.yaml file.
- [ ] I have added my details to the CONTRIBUTORS.yaml file.