Skip to content

Commit

Permalink
Doc: Clarify issue template and CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn committed Sep 23, 2023
1 parent 7c79169 commit b8dedc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ For example, should it be a configuration option or a hot-key.

Requesting a feature is no guarantee it will be added.

**Please do not submit reports related to wayland, see
[here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more
information.**
**Please check that you are using this fork when reporting Wayland bugs
and do not report them to upstream Rofi,
[here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more information.**
15 changes: 6 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ body:
- type: markdown
attributes:
value: |
First read the [guidelines](https://github.com/DaveDavenport/rofi/blob/next/.github/CONTRIBUTING.md)! This is not optional for any report. People must be able to understand the full context of the report when reading it, at any time.
This fork follows the bug report template from upstream rofi with the obvious exception for Wayland-related issues.
Please do NOT report such issues to [upstream rofi](https://github.com/davatorium/rofi/discussions).
First read the [guidelines](https://github.com/lbonn/rofi/blob/next/.github/CONTRIBUTING.md)! This is not optional for any report. People must be able to understand the full context of the report when reading it, at any time.
If you feel like you “it is simple and requires no explanation”, please
consider you’re wrong and still fill the full report. Any report
Expand All @@ -24,13 +27,10 @@ body:
If you report problems with speed in rofi, attach a [timing
trace](https://github.com/davatorium/rofi/blob/next/doc/rofi-debugging.5.markdown#timing-traces).
**Please do not submit reports related to wayland, see
[here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more
information.**
- type: input
attributes:
label: "Rofi version (rofi -v)"
label: "Rofi version (rofi -v or git commit in case of build issue)"
placeholder: "Version: 1.7.5"
validations:
required: true
Expand Down Expand Up @@ -92,7 +92,7 @@ body:
id: wayland
attributes:
label: Using wayland display server protocol
description: I have checked and confirm that I am not using wayland as display server protocol. See [here](https://github.com/DaveDavenport/rofi/wiki/Wayland) for more information.
description: I have checked and confirm that I am using [rofi with wayland support enabled](https://github.com/lbonn/rofi)
options:
- label: "No, I don't use the wayland display server protocol"
required: true
Expand All @@ -104,6 +104,3 @@ body:
options:
- label: "Yes, I have checked the problem exists in the latest stable version"
required: true



0 comments on commit b8dedc8

Please sign in to comment.