From 9bc2100192f2b8eaa769a7aef32d3dfc9aead702 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Thu, 21 Mar 2019 17:07:58 -0700 Subject: [PATCH] Create add_new_feature_option.md --- .../add_new_feature_option.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/add_new_feature_option.md diff --git a/.github/PULL_REQUEST_TEMPLATE/add_new_feature_option.md b/.github/PULL_REQUEST_TEMPLATE/add_new_feature_option.md new file mode 100644 index 000000000..538ea50b2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/add_new_feature_option.md @@ -0,0 +1,25 @@ +--- +name: Add a new option or feature +about: You want to add a new feature or option + +--- + +# Description +- [ ] Source branch in your fork has meaningful name (not `master`) + + +Fixes Issue: + + + +# Before Merge Checklist +These items can be completed after PR is created. + +(Check any items that are not applicable (NA) for this PR) + +- [ ] JavaScript implementation +- [ ] Python implementation (NA if HTML beautifier) +- [ ] Added Tests to data file(s) +- [ ] Added command-line option(s) (NA if +- [ ] README.md documents new feature/option(s) +