We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 986c7d0 + 19cc88d commit e153b86Copy full SHA for e153b86
.github/pull_request_template.md
@@ -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