From 81322f881f16edd9dcf24ed2d8dd5777f36df68c Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Wed, 2 Aug 2023 21:52:56 +0000 Subject: [PATCH] Add .github/issue_template/enhancment.md --- .github/issue_template/enhancment.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/issue_template/enhancment.md diff --git a/.github/issue_template/enhancment.md b/.github/issue_template/enhancment.md new file mode 100644 index 0000000..fd7a2ac --- /dev/null +++ b/.github/issue_template/enhancment.md @@ -0,0 +1,22 @@ +--- + +name: "Enhancement" +about: "Request a feature" +ref: "develop" +labels: +- Type/Enhancement + +--- + +# Feature Request + +... + +## Requirements + +1. ... +2. ... + +## Notes + +...