From c9f1220abc3f593ae8a793a82f913f8e5ba05964 Mon Sep 17 00:00:00 2001 From: dw1 Date: Tue, 23 Jun 2020 05:59:36 +0700 Subject: [PATCH] :book: Add pull request template --- PULL_REQUEST_TEMPLATE.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2da9267 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ +THIS PROJECT IS IN MAINTENANCE MODE. We accept pull-requests for Bug Fixes **ONLY**. NO NEW FEATURES ACCEPTED! + +--- + + + +### Description + + +### Related Issue + +Fixes # + + + + + +### Motivation and Context + + + +### Types of Changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] ~New feature (non-breaking change which adds functionality)~ +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] All new and existing tests passed. + +### How Has This Been Tested? + + + + +### Screenshots (if appropriate): \ No newline at end of file