diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..4a8697d8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + + + + + +## What kind of change does this PR introduce? (check at least one) + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update +- [ ] Refactor +- [ ] New Post or Recipe +- [ ] Update Post or Recipe +- [ ] Other, please describe: + +## In the case of Recipes, they meet the following requirements: + +- [ ] Introduction and explanation; +- [ ] Code snippets; +- [ ] Demo or repository link; +- [ ] Accessibility considerations; +- [ ] AT/Browser combinations tested; +- [ ] Resources; \ No newline at end of file