diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f4a28473..6fb9ec39 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,7 +1,7 @@
name: "🐛 Bug Report"
description: Create a bug/issue report
-title: "🐛 [BUG] -
"
-labels: ["bug"]
+title: "🐛 Bug: "
+labels: [bug]
body:
- type: checkboxes
attributes:
@@ -12,31 +12,13 @@ body:
required: true
- label: I have searched the existing issues of used programs related to this issue
required: true
+ - label: I have read the [FAQ](https://github.com/Matt-FTW/dotfiles/blob/main/.github/FAQ.md)
+ required: true
- type: textarea
id: description
attributes:
label: "Description of the bug"
description: A clear and concise description of what the bug is.
- render: bash
- validations:
- required: true
- - type: textarea
- id: reprod
- attributes:
- label: "Reproduction steps"
- description: Please enter an explicit description of your issue
- value: |
- 1. Go to '...'
- 2. Click on '...'
- 3. Scroll down to '...'
- 4. And so on...
- render: bash
- validations:
- required: true
- - type: textarea
- attributes:
- label: Expected Behavior
- description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
@@ -44,17 +26,6 @@ body:
attributes:
label: "Screenshots"
description: If needed, add screenshots to help explain your problem.
- value: |
- 
- render: bash
- validations:
- required: false
- - type: textarea
- id: logs
- attributes:
- label: "Logs"
- description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
- render: bash
validations:
required: false
- type: textarea
@@ -64,6 +35,5 @@ body:
description: Please add any relevant information about your environment.
value: |
Linux Distro, Linux Version, Hyprland Version...
- render: bash
validations:
required: false
diff --git a/.github/ISSUE_TEMPLATE/documentation_update.yml b/.github/ISSUE_TEMPLATE/documentation_update.yml
index 4dced320..67373276 100644
--- a/.github/ISSUE_TEMPLATE/documentation_update.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_update.yml
@@ -1,7 +1,7 @@
name: "📚 Documentation Update"
description: Suggest a new change in the repo documentation
-title: "📚 [DOC UPDATE] - "
-labels: ["documentation"]
+title: "📚 Docs: "
+labels: [documentation]
body:
- type: checkboxes
attributes:
@@ -10,27 +10,31 @@ body:
options:
- label: I have searched the existing requests of the repo
required: true
+ - label: I have searched the existing requests of used programs related to this request
+ required: true
+ - label: I have read the [FAQ](https://github.com/Matt-FTW/dotfiles/blob/main/.github/FAQ.md)
+ required: true
- type: textarea
- validations:
- required: true
attributes:
label: Description of the request
description: A clear description of the documentation update.
- - type: input
validations:
required: true
+ - type: input
attributes:
label: Current Documentation
description: Provide a link to the current documentation or describe where it can be found.
- - type: textarea
validations:
required: true
+ - type: textarea
attributes:
label: Proposed Documentation
description: Provide a clear description of the updated documentation.
- - type: textarea
validations:
- required: false
+ required: true
+ - type: textarea
attributes:
label: Additional Context
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.
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index c814eb61..c160ae86 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,7 +1,7 @@
name: "💡 Feature Request"
description: Suggest a new feature request
-title: "💡 [REQUEST] - "
-labels: ["enhancement"]
+title: "💡 Feature: "
+labels: [enhancement]
body:
- type: checkboxes
attributes:
@@ -10,27 +10,31 @@ body:
options:
- label: I have searched the existing requests of the repo
required: true
+ - label: I have searched the existing requests of used programs related to this request
+ required: true
+ - label: I have read the [FAQ](https://github.com/Matt-FTW/dotfiles/blob/main/.github/FAQ.md)
+ required: true
- type: textarea
- validations:
- required: true
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear description of what the problem is.
- - type: textarea
validations:
required: true
+ - type: textarea
attributes:
label: Describe the solution you'd like
description: A clear description of what you want to happen.
- - type: textarea
validations:
required: true
+ - type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear description of any alternative solutions or features you've considered. Here you can include pull request links if needed.
- - type: textarea
validations:
- required: false
+ required: true
+ - type: textarea
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here. Here you can include issue links if needed.
+ validations:
+ required: false