diff --git a/.gitignore b/.gitignore index f17d386..da7f48c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,3 @@ jspm_packages .node_repl_history .DS_Store -/docs diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md new file mode 100644 index 0000000..acf620c --- /dev/null +++ b/docs/pull_request_template.md @@ -0,0 +1,31 @@ +## Description + +### What does this PR do? + +### Related Issues or Feature Requests + +Fixes # + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Breaking change +- [ ] Other: + +## Testing Details +### Steps to Reproduce + +### Testing Environment + +### Test Results + +## Checklist + +- [ ] Relevant documentation has been updated. +- [ ] Tested on supported platforms and devices. + +## Screenshots (if applicable) + +## Additional Notes