templates final

This commit is contained in:
JaKooLit 2025-01-03 22:48:07 +09:00
parent 68b82511d7
commit 22a6cd30c2
4 changed files with 56 additions and 34 deletions

View File

@ -3,7 +3,7 @@ description: Something is not working right
title: "[Bug]: "
labels: ["bug"]
assignees:
- Ja.KooLit
- JaKooLit
body:
- type: checkboxes
@ -23,6 +23,7 @@ body:
options:
- "Yes"
- "No"
- "Not sure"
validations:
required: true
@ -31,11 +32,32 @@ body:
attributes:
label: System Info and Version
description: |
Paste the output of `inxi -CGIsSMnr` here.
install inxi if command not found
Paste the output of `inxi --full` here.
install inxi if command not found.
value: "<details>
<summary>System/Version info</summary>
```
<Paste the output of the command here, without removing any formatting around this>
```
</details>"
validations:
required: true
- type: textarea
id: dots
attributes:
label: KooL's Dots version
description: |
Paste the output of `find ~/.config/hypr/ -type f -name 'v*' -exec basename {} \;`
This is just KooL's Hyprland Dots version.
validations:
required: true
- type: textarea
id: desc
@ -59,9 +81,3 @@ body:
label: install logs, images or videos
description: |
Anything that can help. Please always ATTACH and not paste them.

View File

@ -0,0 +1,30 @@
name: Documentation update
description: Propose a change to the project documentation wiki
title: "[Documentation update]: "
labels: ["documentation_update"]
assignees:
- JaKooLit
body:
- type: textarea
id: desc
attributes:
label: Description
description: "Provide a clear and concise description of the documentation update"
validations:
required: true
- type: textarea
id: repro
attributes:
label: Proposed Solution
description: "Provide a clear and concise description of the updated documentation that you'd like to see added"
validations:
required: true
- type: textarea
id: logs
attributes:
label: install links, images or videos
description: |
Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea

View File

@ -1,24 +0,0 @@
---
name: Documentation update
about: Propose a change to the project documentation
title: "[Docs]: Short description of the change"
labels: "documentation update"
---
## Documentation Update
### Description
[Provide a clear and concise description of the documentation update you'd like to see made.]
### Current Documentation
[Provide a link to the current documentation or describe where it can be found.]
### Proposed Documentation
[Provide a clear and concise description of the updated documentation that you'd like to see added.]
### Additional Information
[Add any other information about the documentation update here. For example, you might include links to similar documentation in other projects, or screenshots or diagrams to help explain your idea.]

View File

@ -3,7 +3,7 @@ description: I'd like to propose some changes and enhancements
title: "[Enhancement]: "
labels: ["enhancement"]
assignees:
- Ja.KooLit
- JaKooLit
body:
- type: checkboxes