Skip to content

Commit

Permalink
Add information on the new Discussions page to the issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Dec 4, 2021
1 parent 41948e1 commit e465acd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
id: environment
attributes:
label: Environment
description: Your Linux distro, desktop environment and other relevant information such as using a Ulauncher pre-release
description: Your Linux distro, desktop environment and other relevant information for reproducing the issue.
validations:
required: true
- type: textarea
Expand All @@ -32,7 +32,15 @@ body:
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
- label: I have searched for similar issues before reporting this to avoid creating a duplicate issue.
required: true
- type: checkboxes
id: no-extension
attributes:
label: Not an extension issue
description: Ulauncher does not support or maintain third party extensions. If you have issues with extensions you should read and follow their dependency installation instructions and file any issues on their issue trackers.
options:
- label: This issue applies to the Ulauncher application, not a specific extension
required: true
- type: checkboxes
id: latest
Expand Down
12 changes: 3 additions & 9 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
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
- name: Ulauncher Discussions
url: https://github.com/Ulauncher/Ulauncher/discussions
about: Discuss things that may be outside the scope oof our GitHub issue templaes
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest improvements to Ulauncher!
Thanks for taking the time to suggest improvements to Ulauncher! Please keep these requests short and to the point, but be as thorough as needed with the technical details. Be aware that we might move the request to our [GitHub Ideas Discussions](https://github.com/Ulauncher/Ulauncher/discussions/categories/ideas) if we feel it needs more feedback from the community, more consideration or more implementation details before we are ready to consider it as an "actionable" task.
- type: textarea
id: description
attributes:
Expand Down

0 comments on commit e465acd

Please sign in to comment.