Add question issue template, update other templates

This commit is contained in:
NGnius (Graham) 2024-06-13 18:03:55 -04:00
parent 1996eb7e16
commit 921f360e9e
4 changed files with 33 additions and 6 deletions

View file

@ -20,7 +20,7 @@ body:
id: reproduction id: reproduction
attributes: attributes:
label: Steps To Reproduce label: Steps To Reproduce
description: Steps to reproduce the behavior description: Steps to reproduce the behaviour.
placeholder: | placeholder: |
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
@ -33,12 +33,12 @@ body:
attributes: attributes:
label: Anything else? label: Anything else?
description: | description: |
Screenshots? Logs? pt_oc.json? limits_overrides.json? Anything that will give more context about the problem! Screenshots? Logs? limits_overrides.ron? limits_cache.ron? Anything that will give more context about the problem!
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
Please include the log (located at `/tmp/powertools.log`) if possible. Please include the log (located at `/tmp/powertools.log`) if possible.
Note: the log is deleted when the device is restarted. Note: the log is deleted when the device is restarted.
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. Tip: You can attach files by clicking this area to highlight it and then dragging them in.
validations: validations:
required: false required: false
- type: input - type: input

View file

@ -1,5 +1,5 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: NGnius - name: NGnius
url: https://github.com/NGnius url: https://git.ngni.us/sys/website/wiki#contact-information
about: Repository owner about: Repository owner

View file

@ -3,7 +3,7 @@ description: Suggest functionality to add
labels: "enhancement" labels: "enhancement"
body: body:
- type: textarea - type: textarea
id: described id: feature-description
attributes: attributes:
label: Describe what you'd like to be able to do label: Describe what you'd like to be able to do
description: A clear and concise description of what you want. description: A clear and concise description of what you want.
@ -22,7 +22,11 @@ body:
id: extras id: extras
attributes: attributes:
label: Anything else? label: Anything else?
description: Description of how this can be achieved, or other additional context description: |
Description of how this can be achieved, or other additional context.
If this is related to the UI, consider adding a picture.
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
placeholder: This can be accomplished by doing ... placeholder: This can be accomplished by doing ...
validations: validations:
required: false required: false

23
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: "Question"
description: "Ask for more information about PowerTools"
labels: "question"
body:
- type: textarea
id: question-elaboration
attributes:
label: Question
description: |
A clear and concise description of what you'd like to know.
Please check the wiki and closed issues to avoid waiting for an answer when you didn't need to.
validations:
required: true
- type: textarea
id: extras
attributes:
label: Extra Info
description: |
Additional context or information which may be helpful when answering your question.
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
validations:
required: false