Skip to content

Commit e153b86

Browse files
authored
Merge pull request #271 from compas-dev/pr-template
Add template for pull requests
2 parents 986c7d0 + 19cc88d commit e153b86

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- Thank you for your pull request! -->
2+
<!-- Please start by describing your change in a few sentences. -->
3+
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
4+
5+
### What type of change is this?
6+
7+
- [ ] Bug fix in a **backwards-compatible** manner.
8+
- [ ] New feature in a **backwards-compatible** manner.
9+
- [ ] Breaking change: bug fix or new feature that involve incompatible API changes.
10+
11+
### Checklist
12+
13+
1. [ ] Add the change to the `CHANGELOG.md` file.
14+
1. [ ] Run all tests on your computer (i.e. `invoke test`).

0 commit comments

Comments
 (0)