diff --git a/.github/templates/BUG_FIX.md b/.github/templates/BUG_FIX.md new file mode 100644 index 0000000..16539f5 --- /dev/null +++ b/.github/templates/BUG_FIX.md @@ -0,0 +1,17 @@ +--- +name: Bug Fix +about: Suggest a new feature for HectorUI +title: '' +labels: new_feature +assignees: '' + +--- + +If you have a question or comment, please use our community discussion forum at instead. + +Submitter: + +#### Briefly describe your problem and what output you expect: + +#### Please include a reproducible example of the bug: + diff --git a/.github/templates/NEW_FEATURE.md b/.github/templates/NEW_FEATURE.md new file mode 100644 index 0000000..3425933 --- /dev/null +++ b/.github/templates/NEW_FEATURE.md @@ -0,0 +1,16 @@ +--- +name: New Feature +about: Suggest a new feature for HectorUI +title: '' +labels: new_feature +assignees: '' + +--- + +If you have a question or comment, please use our community discussion forum at instead. + +Submitter: + +#### Describe the new feature: + +#### How would this improve HectorUI: