Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed May 23, 2021
1 parent f95dabe commit e87b5db
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Description

Summarise your change here and the motivation or context for it.

Fixes # .

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update

# Test strategy

Please describe the tests you have performed to verify your changes. Provide instructions so that we can reproduce and details of your test configuration:

**Test Configuration**:
* Fish version:
* OS:

0 comments on commit e87b5db

Please sign in to comment.