diff options
author | 2022-05-20 23:26:29 +0800 | |
---|---|---|
committer | 2022-05-20 23:26:29 +0800 | |
commit | f8c415c558068ace0fd7087a9aa0f9381e1214fb (patch) | |
tree | 9ab385f97357addf34340a3f948dc4b42a4d5b64 | |
parent | 8665e6a2cfb57ddfc4b0f5a8cf116b3a69d06521 (diff) | |
download | rathole-f8c415c558068ace0fd7087a9aa0f9381e1214fb.tar.gz rathole-f8c415c558068ace0fd7087a9aa0f9381e1214fb.tar.zst rathole-f8c415c558068ace0fd7087a9aa0f9381e1214fb.zip |
chore: add `feature_request.md` issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..850754b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Ask for a new feature +title: '' +labels: enhancement +assignees: '' + +--- + +**Feature Proposed** +<!-- describe the feature --> + +**Use Case** +<!-- possible use case --> |