Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 10bb93b commit d13bf5bCopy full SHA for d13bf5b
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
1
+## Description of the change
2
+> Description goes here
3
+## Type of change
4
+- [ ] Bug fix (non-breaking change that fixes an issue)
5
+- [ ] New feature (non-breaking change that adds functionality)
6
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
7
+## Related issues
8
+> Issue links go here
9
+## Checklists
10
+### Development
11
+- [ ] Lint rules pass locally
12
+- [ ] The code changed/added as part of this pull request has been covered with tests
13
+### Code review
14
+- [ ] This pull request has a descriptive title and information useful to a reviewer
15
+- [ ] Issue from task tracker has a link to this pull request
0 commit comments