Skip to content

Commit

Permalink
Switch to the new git issue template format
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Dec 2, 2021
1 parent 6c410cc commit 359dcae
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 100 deletions.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/1_Extension_isnt_working.md

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/2_Bug_report.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/3_Feature_request.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/4_Question.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Bug Report
description: Report a bug in Ulauncher
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: input
id: environment
attributes:
label: Environment
description: Your Linux distro, desktop environment and other relevant information such as using a Ulauncher pre-release
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Bug description
description: What did you do to trigger the issue? What happened, and what did you expected to happen instead?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Log output
description: Run Ulauncher from the shell with `ulauncher -v` and copy and paste the log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: no-duplicate
attributes:
label: Issue isn't already reported
description: Did you search the [open issues](https://github.com/Ulauncher/Ulauncher/issues)?
options:
- label: I have searched for similar issues before reporting this to avoid creating a duplicate issue
required: true
- type: checkboxes
id: latest
attributes:
label: Latest version
description: You must test with the [latest Ulauncher release](https://github.com/Ulauncher/Ulauncher/releases) to make sure the bug hasn't already been fixed
options:
- label: I am using the latest Ulauncher release
required: true
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Extension bug reports
url: https://github.com/Ulauncher/Ulauncher/issues/767
about: If you are having issues with specific extensions, follow the dependency installation instructions and file the bug at THEIR GitHub pages
- name: Existing Issues
url: https://github.com/Ulauncher/Ulauncher/issues
about: Please search the existing issues before creating a new one
- name: Developer documentation
url: https://docs.ulauncher.io/
about: Our Developer Documentation has answers about developing Extensions and Color Themes
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Enhancement request
description: Request changes to current functionality
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest improvements to Ulauncher!
- type: textarea
id: description
attributes:
label: Description
description: Describe the changes you want Ulauncher to implement. If you have multiple unrelated suggestions, create multiple issues.
validations:
required: true
- type: checkboxes
id: no-duplicate
attributes:
label: Enhancement isn't already requested
description: Did you check the [existing Enhancement requests](https://github.com/Ulauncher/Ulauncher/labels/enhancement)?
options:
- label: I have checked the existing Enhancement requests before suggesting this
required: true
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature
description: Request a new feature for Ulauncher
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest improvements to Ulauncher!
- type: textarea
id: description
attributes:
label: Description
description: Describe the feature you want Ulauncher to add. If you have multiple unrelated suggestions, create multiple issues.
validations:
required: true
- type: checkboxes
id: no-duplicate
attributes:
label: Feature isn't already requested
description: Did you check the [existing feature requests](https://github.com/Ulauncher/Ulauncher/labels/feature)?
options:
- label: I have checked the existing feature requests before suggesting this
required: true

0 comments on commit 359dcae

Please sign in to comment.