aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-03 20:50:14 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-03 20:50:14 +0900
commit99636aaba3f7ddf82676440068f7729af1408119 (patch)
treedf4b456718bae1cfe33eca7da2bb775f971964d1 /.github
parent7957717c3ba0385fd6c54412bdc7860ecef3726d (diff)
edited bug report and feature request template.
Custom report removed the report and feature request template are copied from hyprland github
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md88
-rw-r--r--.github/ISSUE_TEMPLATE/custom.md47
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md54
3 files changed, 82 insertions, 107 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 12a598b0..0d862bcc 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,47 +1,63 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: "[Bug]: Short description of the issue"
-labels: "Something isn't working"
----
+name: Bug Report
+description: Something is not working right
+labels: ["bug"]
+body:
+ - type: checkboxes
+ attributes:
+ label: Already reported ? *
+ description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists.
+ options:
+ - label: I have searched the existing open and closed issues.
+ required: true
-## Bug Report
+ - type: dropdown
+ id: type
+ attributes:
+ label: Regression?
+ description: |
+ Regression means that something used to work but no longer does.
+ options:
+ - "Yes"
+ - "No"
+ validations:
+ required: true
-### Description
+ - type: textarea
+ id: ver
+ attributes:
+ label: System Info and Version
+ description: |
+ Paste the output of `inxi -CGIsSMnr` here.
+ install inxi if command not found
+ validations:
+ required: true
+
-[Provide a clear and concise description of the bug.]
+ - type: textarea
+ id: desc
+ attributes:
+ label: Description
+ description: "What went wrong? What exactly happened?"
+ validations:
+ required: true
-### Steps to Reproduce
+ - type: textarea
+ id: repro
+ attributes:
+ label: How to reproduce
+ description: "How can someone else reproduce the issue?"
+ validations:
+ required: true
-1. [First Step]
-2. [Second Step]
-3. [and so on...]
+ - type: textarea
+ id: logs
+ attributes:
+ label: install logs, images or videos
+ description: |
+ Anything that can help. Please always ATTACH and not paste them.
-### Expected Behavior
-[What did you expect to happen?]
-### Actual Behavior
-[What actually happened?]
-### Screenshots
-[If applicable, add screenshots to help explain your problem.]
-
-### Environment
-
-[Please add any other relevant information about the bug and remove the unnecessary lines.]
-
-### show output of `inxi -CGIsSMnr` install package `inxi` if not exist
-show output here
-```
-
-
-```
-
-or you can also run `inxi -CGIsSMnr >diag.txt` and attach diag.txt
-
-### Additional Information
-
-[Add any other information about the problem here. For example, you might include the error message, any recent changes that you made to the project, or any other relevant details.]
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
deleted file mode 100644
index 7d1d7e3e..00000000
--- a/.github/ISSUE_TEMPLATE/custom.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-name: Custom template
-about: Use this template to submit a custom issue
-title: "[Custom]: Short description of the issue"
-labels: "custom"
----
-
-## Custom Template
-
-### Description
-
-[Provide a clear and concise description of the issue or request.]
-
-### Steps to Reproduce (if applicable)
-
-1. [First Step]
-2. [Second Step]
-3. [and so on...]
-
-### Expected Behavior
-
-[What did you expect to happen?]
-
-### Actual Behavior
-
-[What actually happened?]
-
-### Screenshots (if applicable)
-
-[If applicable, add screenshots to help explain your problem.]
-
-### Proposed Solution (if applicable)
-
-[If you have a specific solution in mind, describe it here. If not, you can skip this section.]
-
-### Additional Information
-
-[Add any other information about the issue or request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.]
-
-### show output of `inxi -CGIsSMnr` install package `inxi` if not exist
-show output here
-```
-
-
-```
-
-or you can also run `inxi -CGIsSMnr >diag.txt` and attach diag.txt \ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index bd64d0a0..92bbc2f5 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,28 +1,34 @@
----
-name: Feature request
-about: Suggest a feature for this project
-title: "[Feature Request]: Short description of the feature"
-labels: "enhancement, needs triage, feature request"
----
+name: Feature Request
+description: I'd like to request additional functionality
+labels: ["enhancement"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Before opening a new feature, take a moment to search through the current open ones.
-## Feature Request
+ ---
-### Description
+ - type: textarea
+ id: desc
+ attributes:
+ label: Description
+ description: "Describe your idea"
+ validations:
+ required: true
-[Provide a clear and concise description of the feature you'd like to see added.]
+ - type: textarea
+ id: desc
+ attributes:
+ label: Use case
+ description: "Describe how this feature would be useful to you or to other users of the project."
+ validations:
+ required: true
-### Use Case
-
-[Describe how this feature would be useful to you or to other users of the project.]
-
-### Proposed Solution
-
-[If you have a specific solution in mind, describe it here. If not, you can skip this section.]
-
-### Alternatives
-
-[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.]
-
-### Additional Information
-
-[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.]
+ - type: textarea
+ id: desc
+ attributes:
+ label: Proposed Solution or alternatives
+ description: "If you have a specific solution in mind, describe it here."
+ validations:
+ required: true
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage