Skip to content

Commit

Permalink
chore: update PRs to be commented
Browse files Browse the repository at this point in the history
* Set PR template text to be fully commented out. Not needed for the
  description of the PR but is used a reminder for both internal and
external users making PRs to this open source project.

BG-000000
  • Loading branch information
mmcshinsky-bitgo committed Nov 4, 2022
1 parent 5beccaa commit e40ff50
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<!--
# Please be aware of the following when making your pull request:
## Description
<!--
Please include a summary of your proposed changes and which issue is being addressed. Please also include relevant motivation and context. List any dependencies that are required for this change.
-->
## Issue Number
<!--
Internal Users - Please include the related internal tracking number (e.g. BG-000000).
External Users - Please link to any relevant github issues as necessary.
-->
## Type of change
<!-- Please delete options that are not relevant. -->
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Expand All @@ -22,9 +21,7 @@ External Users - Please link to any relevant github issues as necessary.
# How Has This Been Tested?
<!--
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
-->
# Checklist:
Expand All @@ -36,4 +33,5 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] The ticket or github issue was included in the commit message as a reference
- [ ] I have made corresponding changes to the documentation and on any new/updated functions and/or methods - [jsdoc](https://jsdoc.app/)
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] New and existing unit tests pass locally with my changes
-->

0 comments on commit e40ff50

Please sign in to comment.