Skip to content

Commit e29156f

Browse files
authored
chore: update .gitignore and PR template (#470)
1 parent 5f99b1b commit e29156f

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
## Description
1+
### Description
22

3-
**What changed?**
3+
#### What is changing?
4+
5+
##### Is there new documentation needed for these changes?
6+
7+
#### What is the motivation for this change?
8+
9+
<!-- If this is a bug, it helps to describe the current behavior and a clear outline of the expected behavior -->
10+
<!-- If this is a feature, it helps to describe the new use case enabled by this change -->
11+
12+
<!--
13+
Contributors!
14+
First of all, thank you so much!!
15+
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.
16+
You can do that here: https://jira.mongodb.org/projects/NODE
17+
-->
18+
19+
### Double check the following
20+
21+
- [ ] Ran `npm run lint` script
22+
- [ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
23+
- [ ] PR title follows the correct format: `<type>(NODE-xxxx)<!>: <description>`
24+
- [ ] Changes are covered by tests
25+
- [ ] New TODOs have a related JIRA ticket

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ builderror.log
1616
bson.sublime-project
1717
bson.sublime-workspace
1818

19+
.vscode
20+
1921
lib
2022
.nyc_output/
2123
coverage/

0 commit comments

Comments
 (0)