From 639f3b3f3c636c9a62fa89fa887ac1890e8f1826 Mon Sep 17 00:00:00 2001 From: Sugandha Gupta Date: Wed, 5 Dec 2018 12:16:47 -0800 Subject: Github: Create Pull Request Template Adding pull_request_template.md, which is used by Github as a template for pull requests. --- .github/pull_request_template.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/pull_request_template.md (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..e312c0f77 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +# Pull Request Details + + + + + + + + + +## Description + + + +## Related Issue + + + + +## Which devices/areas does this affect? + + + +## Testing Done + + + + + + +## Checklist + + + + +- [ ] I have read the CONTRIBUTING document. +- [ ] My code follows the code style of this project. See CODING.md. +- [ ] I have updated the documentation accordingly. +- [ ] I have added tests to cover my changes, and all previous tests pass. -- cgit v1.2.3