Skip to content

Commit 74d6c83

Browse files
committed
chore: improve PR template text
1 parent 808d7da commit 74d6c83

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

.github/pull_request_template.md

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

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

5-
**Are there any files to ignore?**
5+
#### Why does this need changes? Bug? or Feature?
6+
7+
##### 🙁 Actual behavior
8+
9+
<!-- What happened, and why it was wrong -->
10+
11+
##### 🙂 Expected behavior
12+
13+
<!-- What you expected to happen instead, and why -->
14+
15+
<!--
16+
Contributors!
17+
First of all, thank you so much!!
18+
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.
19+
You can do that here: https://jira.mongodb.org/projects/NODE
20+
-->
21+
22+
### Double check the following
23+
24+
- [ ] Completed self-review using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)?
25+
- [ ] Does the PR title follow the correct format? e.g: `<type>(NODE-xxxx)<!>: <description>`
26+
- [ ] Are the changes sufficiently covered by new or existing tests?
27+
- [ ] If there are new TODOs, has a related JIRA ticket been created?
28+
- [ ] Are symbols correctly marked as internal or public?
29+
- [ ] Do the Typescript types correspond to expected runtime usage?
30+
- [ ] Do the changes need updated documentation?

0 commit comments

Comments
 (0)