6 changed files with 147 additions and 11 deletions
-
59.github/ISSUE_TEMPLATE/bug-report.yaml
-
5.github/ISSUE_TEMPLATE/config.yaml
-
52.github/ISSUE_TEMPLATE/feature-request.yaml
-
2src/config/settings.go
-
20src/go.mod
-
20src/go.sum
@ -0,0 +1,59 @@ |
|||
name: 🐞 Bug Report |
|||
description: Report a bug found in IdleTimer. |
|||
title: "🐞 " |
|||
labels: ["bug"] |
|||
assignees: |
|||
- aldinokemal |
|||
body: |
|||
- type: markdown |
|||
attributes: |
|||
value: | |
|||
Thank you for taking the time to fill out this bug report! |
|||
- type: textarea |
|||
id: what-happened |
|||
attributes: |
|||
label: What happened? |
|||
description: Also tell us, what did you expect to happen? |
|||
placeholder: Tell us what you see! |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: reproduction |
|||
attributes: |
|||
label: Reproduction Steps |
|||
description: "How do you trigger this bug? Please walk us through it step by step." |
|||
value: | |
|||
1. |
|||
2. |
|||
3. |
|||
... |
|||
render: bash |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: logs |
|||
attributes: |
|||
label: Relevant log output |
|||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. |
|||
render: bash |
|||
- type: textarea |
|||
id: context |
|||
attributes: |
|||
label: Screenshots or Additional Context |
|||
description: Add any screenshots or provide additional context that may be helpful in resolving the issue. |
|||
- type: input |
|||
id: version |
|||
attributes: |
|||
label: Application Version |
|||
description: Select the version you are running. |
|||
placeholder: 1.0.0 |
|||
validations: |
|||
required: true |
|||
- type: checkboxes |
|||
id: verify |
|||
attributes: |
|||
label: Verification |
|||
description: Please check closed issues and discussions before opening a new issue. |
|||
options: |
|||
- label: I have checked for existing closed issues and discussions. |
|||
required: true |
|||
@ -0,0 +1,5 @@ |
|||
blank_issues_enabled: false |
|||
contact_links: |
|||
- name: ❓ Question or Other |
|||
url: https://github.com/aldinokemal/go-whatsapp-web-multidevice/discussions/new/choose |
|||
about: Ask a question or start a discussion. |
|||
@ -0,0 +1,52 @@ |
|||
name: ⚡️ Feature Request |
|||
description: Suggest a feature you would like to see supported in IdleTimer. |
|||
title: "⚡️ " |
|||
labels: ["enhancement"] |
|||
assignees: |
|||
- aldinokemal |
|||
body: |
|||
- type: markdown |
|||
attributes: |
|||
value: | |
|||
Thank you for taking the time to suggest this feature! |
|||
- type: textarea |
|||
id: problem |
|||
attributes: |
|||
label: What problem does your feature request solve? |
|||
description: A clear and concise description of what the problem is. |
|||
placeholder: Tell us the problem! |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: solution |
|||
attributes: |
|||
label: Describe the solution you are proposing. |
|||
description: A clear and concise description of what you would like to see implemented. |
|||
placeholder: Tell us the solution! |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: alternatives |
|||
attributes: |
|||
label: Describe alternatives you have considered. |
|||
description: A clear and concise description of any alternative solutions or features you have considered. |
|||
placeholder: Tell us about any alternatives! |
|||
- type: dropdown |
|||
id: importance |
|||
attributes: |
|||
label: Importance |
|||
description: How important is this feature to you? |
|||
options: |
|||
- I Need It |
|||
- Nice to Have |
|||
- Could Live Without |
|||
validations: |
|||
required: true |
|||
- type: checkboxes |
|||
id: context |
|||
attributes: |
|||
label: Additional Context |
|||
description: Help us understand the severity of this missing feature. Check all that apply. |
|||
options: |
|||
- label: This missing feature presents as a bug. |
|||
- label: This missing feature is forcing me to consider alternatives. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue