Skip to content

Commit 6854310

Browse files
authored
style: Update pull request template. (#592)
* style: Update pull request template. * Add back name, about and label
1 parent cce77cb commit 6854310

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
name: Pull request
33
about: Create a pull request
44
label: 'triage me'
5-
65
---
6+
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
7+
- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
8+
- [ ] Ensure the tests and linter pass
9+
- [ ] Code coverage does not decrease (if any source code was changed)
10+
- [ ] Appropriate docs were updated (if necessary)
11+
12+
Fixes #<issue_number_goes_here> 🦕

0 commit comments

Comments
 (0)