mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
templates final
This commit is contained in:
parent
68b82511d7
commit
22a6cd30c2
34
.github/ISSUE_TEMPLATE/bug.yml
vendored
34
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -3,7 +3,7 @@ description: Something is not working right
|
|||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees:
|
assignees:
|
||||||
- Ja.KooLit
|
- JaKooLit
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
@ -23,6 +23,7 @@ body:
|
|||||||
options:
|
options:
|
||||||
- "Yes"
|
- "Yes"
|
||||||
- "No"
|
- "No"
|
||||||
|
- "Not sure"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -31,11 +32,32 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: System Info and Version
|
label: System Info and Version
|
||||||
description: |
|
description: |
|
||||||
Paste the output of `inxi -CGIsSMnr` here.
|
Paste the output of `inxi --full` here.
|
||||||
install inxi if command not found
|
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:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: desc
|
id: desc
|
||||||
@ -59,9 +81,3 @@ body:
|
|||||||
label: install logs, images or videos
|
label: install logs, images or videos
|
||||||
description: |
|
description: |
|
||||||
Anything that can help. Please always ATTACH and not paste them.
|
Anything that can help. Please always ATTACH and not paste them.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
30
.github/ISSUE_TEMPLATE/documentation-update.yml
vendored
Normal file
30
.github/ISSUE_TEMPLATE/documentation-update.yml
vendored
Normal 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
|
||||||
24
.github/ISSUE_TEMPLATE/documentation_update.md
vendored
24
.github/ISSUE_TEMPLATE/documentation_update.md
vendored
@ -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.]
|
|
||||||
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -3,7 +3,7 @@ description: I'd like to propose some changes and enhancements
|
|||||||
title: "[Enhancement]: "
|
title: "[Enhancement]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement"]
|
||||||
assignees:
|
assignees:
|
||||||
- Ja.KooLit
|
- JaKooLit
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user