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 | |
| 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')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 28 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 22 |
2 files changed, 50 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f8534c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +<!-- Your issue may already be reported! Please search for it before creating one. --> + +**Describe the bug** +<!-- A clear and concise description of what the bug is. + +**To Reproduce** +<!-- Steps to reproduce the behavior, including any relevant code snippets. --> + +**Expected behavior** +<!-- A clear and concise description of what you expected to happen. --> + +**Screenshots/Logs** +<!-- If applicable, add screenshots to help explain your problem. --> + +**Environment** +<!-- Please run `argc version` and paste the output --> + +**Additional context** +<!-- Add any other context about the problem here. -->
\ No newline at end of file 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 |
