Skip to content

Commit 2500f27

Browse files
committed
chore: improve PR template text
1 parent 808d7da commit 2500f27

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

.github/pull_request_template.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1-
## Description
1+
### Description
22

3-
**What changed?**
3+
#### What is changing?
44

5-
**Are there any files to ignore?**
5+
##### Is there new documentation needed for these changes?
6+
7+
#### Why does this need changes? Bug? or Feature?
8+
9+
##### 🙁 Actual behavior
10+
11+
<!-- What happened, and why it was wrong -->
12+
13+
##### 🙂 Expected behavior
14+
15+
<!-- What you expected to happen instead, and why -->
16+
17+
<!--
18+
Contributors!
19+
First of all, thank you so much!!
20+
If you haven't already, it would greatly help the team review this work in a timely manner if you create a JIRA ticket to track this PR.
21+
You can do that here: https://jira.mongodb.org/projects/NODE
22+
-->
23+
24+
### Double check the following
25+
26+
- [ ] Completed self-review using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
27+
- [ ] PR title follows the correct format: `<type>(NODE-xxxx)<!>: <description>`
28+
- [ ] Changes sufficiently covered by new or existing tests
29+
- [ ] New TODOs have a related JIRA ticket

0 commit comments

Comments
 (0)