diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-02 17:39:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-02 17:39:06 +0800 |
| commit | 80e320217a2508fb665623cf994a723f83bd1390 (patch) | |
| tree | e3567ef6ca3bc94362e8602ca65df7f9cbcdd5d5 /.github/ISSUE_TEMPLATE/feature_request.md | |
| parent | 842f5f08c9fe63c1177b6acc1dd7647276e5bde2 (diff) | |
| download | llm-functions-docker-80e320217a2508fb665623cf994a723f83bd1390.tar.gz | |
chore: add issue_templates and enhence `argc version` (#14)
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 22 |
1 files changed, 22 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..4c0f08c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +<!-- Your issue may already be reported! Please search for it before creating one. --> + +**Is your feature request related to a problem? Please describe.** +<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> + +**Describe the solution you'd like** +<!-- A clear and concise description of what you want to happen. --> + +**Describe alternatives you've considered** +<!-- A clear and concise description of any alternative solutions or features you've considered. --> + +**Additional context** +<!-- Add any other context or screenshots about the feature request here. -->
\ No newline at end of file |
