From 4b7f5252cb24c2a3c6900801de406d9691cf4d4a Mon Sep 17 00:00:00 2001 From: Alan Ktquez Date: Thu, 21 Jan 2021 09:59:19 -0300 Subject: [PATCH] Adding PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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