Create add_new_feature_option.md

This commit is contained in:
Liam Newman 2019-03-21 17:07:58 -07:00 committed by GitHub
parent ee059d1454
commit 9bc2100192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)