Skip to content

Commit 257a609

Browse files
committed
bootstrap
1 parent a2ccf11 commit 257a609

File tree

2 files changed

+86
-432
lines changed

2 files changed

+86
-432
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,35 @@
99
NOTE: use `feat`, `fix` and `perf` for user facing changes that will be part of
1010
release notes.
1111
-->
12-
1312
## Description
14-
1513
<!--- Describe your changes in detail -->
1614
<!--- If applicable, describe (or illustrate) architecture flow -->
1715
<!--- If the UI changes in a non-trivial way, consider adding screenshots/video illustrating the new flows -->
1816

1917
### Checklist
20-
2118
- [ ] New tests and/or benchmarks are included
2219
- [ ] Documentation is changed or added
2320
- [ ] If this change updates the UI, screenshots/videos are added and a design review is requested
2421
- [ ] If this change could impact the load on the MongoDB cluster, please describe the expected and worst case impact
2522
- [ ] I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)
2623

2724
## Motivation and Context
28-
2925
<!--- Why is this change required? What problem does it solve? -->
3026
<!--- If it's updating a dependency, link to the Pull Request that originally introduced the fix -->
31-
3227
- [ ] Bugfix
3328
- [ ] New feature
3429
- [ ] Dependency update
3530
- [ ] Misc
3631

3732
## Open Questions
38-
3933
<!--- Any particular areas you'd like reviewers to pay attention to? -->
4034

4135
## Dependents
42-
4336
<!--- If applicable, link PRs/commits that this PR is dependent on or is a dependency of. -->
4437

4538
## Types of changes
46-
4739
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
48-
49-
- [ ] _Backport Needed_
40+
- [ ] *Backport Needed*
5041
- [ ] Patch (non-breaking change which fixes an issue)
5142
- [ ] Minor (non-breaking change which adds functionality)
5243
- [ ] Major (fix or feature that would cause existing functionality to change)

0 commit comments

Comments
 (0)