Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 440f8ac

Browse files
authored
Merge pull request #46 from mongodb-js/pr-templates
add PR + issue templates
2 parents 06ea311 + a3f9b4a commit 440f8ac

File tree

4 files changed

+89
-0
lines changed

4 files changed

+89
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: Bug Report:
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Bug Report
10+
11+
#### Current Behavior
12+
<!--- A clear and concise description of the behavior -->
13+
14+
#### Code/Gist
15+
<!--- Any code, gist links, or repo links you have available that would be helpful for debugging -->
16+
17+
18+
#### Expected behavior/code
19+
<!--- A clear and concise description of what you expected to happen (or code). -->
20+
21+
#### Environment
22+
<!--
23+
- node.js / npm versions: [e.g. node v10.3.0 / npm 6.7.1]
24+
- OS: [e.g. OSX 10.13.4, Windows 10]
25+
-->
26+
- node.js / npm versions:
27+
- OS:
28+
29+
#### Possible Solution
30+
<!--- Only if you have suggestions on a fix for the bug -->
31+
32+
#### Additional context/Screenshots
33+
<!--- Add any other context about the problem here. If applicable, add screenshots to help explain. -->>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: Feature Request:
5+
---
6+
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Feature Request
10+
11+
## Detailed Description
12+
<!--- Provide a detailed description of the change or addition you are proposing -->
13+
14+
## Context
15+
<!--- Why is this change important to you? How would you use it? -->
16+
17+
## Possible Implementation
18+
<!--- Optional: suggest an idea for implementing addition or change -->>

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Create a report to help us improve
4+
title: Question:
5+
---
6+
<!--- Provide a general summary of the issue in the Title above -->
7+
8+
## Question
9+
<!--- Provide your detailed question here -->
10+
11+
## Additional context
12+
<!--- Optional: supply any additional context on what you are trying to do -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!-- Ticket number and a general summary of your changes in the Title above -->
2+
<!-- e.g. COMPASS-1111: updates ace editor width in agg pipeline view -->
3+
4+
<!--- The following fields are not obligatory. Use your best judgement on what you think is applicable to the work you've done -->
5+
6+
## Description
7+
<!--- Describe your changes in detail -->
8+
<!--- If applicable, describe (or illustrate) architecture flow -->
9+
<!--- Why is this change required? What problem does it solve? -->
10+
<!--- If it's updating a dependancy, link to the Pull Request that originally introduced the fix -->
11+
12+
### Checklist
13+
- [ ] New tests and/or benchmarks are included
14+
- [ ] Documentation is changed or added
15+
16+
## Open Questions
17+
<!--- Any particular areas you'd like reviewers to pay attention to? -->
18+
19+
## Dependents
20+
<!--- If applicable, link PRs/commits that this PR is dependent on or is a dependency of. -->
21+
22+
## Types of changes
23+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
24+
- [ ] Patch (non-breaking change which fixes an issue)
25+
- [ ] Minor (non-breaking change which adds functionality)
26+
- [ ] Major (fix or feature that would cause existing functionality to change)

0 commit comments

Comments
 (0)