diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:13:24 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-03 21:13:24 +0900 |
| commit | 869bab270b52eaeca8cac3800cb8e160867ada81 (patch) | |
| tree | f2f1a791078e8aad167447bab5b99fb07e65e021 /.github/ISSUE_TEMPLATE/bug.yml | |
| parent | 75f0347f1534cfc1bce8059e2fd8caf1823853b7 (diff) | |
another change on template
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 00000000..1b6a4674 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,64 @@ +name: Bug Report +description: Something is not working right +labels: ["bug"] + +body: + - type: checkboxes + attributes: + label: Already reported ? * + description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists. + options: + - label: I have searched the existing open and closed issues. + required: true + + - type: dropdown + id: type + attributes: + label: Regression? + description: | + Regression means that something used to work but no longer does. + options: + - "Yes" + - "No" + validations: + required: true + + - type: textarea + id: ver + attributes: + label: System Info and Version + description: | + Paste the output of `inxi -CGIsSMnr` here. + install inxi if command not found + validations: + required: true + + + - type: textarea + id: desc + attributes: + label: Description + description: "What went wrong? What exactly happened?" + validations: + required: true + + - type: textarea + id: repro + attributes: + label: How to reproduce + description: "How can someone else reproduce the issue?" + validations: + required: true + + - type: textarea + id: logs + attributes: + label: install logs, images or videos + description: | + Anything that can help. Please always ATTACH and not paste them. + + + + + + |
