mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update contributing and issue template.
This commit is contained in:
parent
9be2483e77
commit
bb9f8af36f
2 changed files with 10 additions and 6 deletions
14
.github/CONTRIBUTING.md
vendored
14
.github/CONTRIBUTING.md
vendored
|
@ -2,8 +2,8 @@
|
|||
|
||||
When reporting bugs keep in mind that the people working on it do this unpaid, in their free time and as a hobby. So be
|
||||
polite and helpful. Bug reports that demand, contain insults to this or other projects, or have a general unfriendly
|
||||
tone will be closed without discussion. Keep in mind that everybody has it own way of working; What might be the norm
|
||||
for you, might not be for others. Therefore be verbose in your description.
|
||||
tone will be closed without discussion. Everybody has it own way of working; What might be the norm for you, might not
|
||||
be for others. Therefore be verbose in your description.
|
||||
|
||||
Before creating an issue:
|
||||
|
||||
|
@ -14,7 +14,7 @@ Before creating an issue:
|
|||
When reporting bugs include the following information:
|
||||
|
||||
* Rofi version. rofi -v
|
||||
* Rofi configuration. rofi -dump-xresources (preferable in a [gist](https://gist.github.com/))
|
||||
* Rofi configuration. rofi -dump-xresources (in a [gist](https://gist.github.com/))
|
||||
* Steps to reproduce.
|
||||
* What behaviour you see.
|
||||
* What behaviour you expect to see.
|
||||
|
@ -26,7 +26,11 @@ The issue tracker is not for:
|
|||
* Questions.
|
||||
* Writing complaints.
|
||||
|
||||
These topics belong on [FORUM](https://forum.qtools.org/), [IRC](https://webchat.freenode.net/?channels=#rofi), frequently asked questions will be added to the [F.A.Q](https://github.com/DaveDavenport/rofi/wiki#faq) on the [wiki](https://github.com/DaveDavenport/rofi/wiki).
|
||||
These topics belong on [FORUM](https://forum.qtools.org/), [IRC](https://webchat.freenode.net/?channels=#rofi),
|
||||
frequently asked questions will be added to the [F.A.Q](https://github.com/DaveDavenport/rofi/wiki#faq) on the
|
||||
[wiki](https://github.com/DaveDavenport/rofi/wiki).
|
||||
|
||||
Questions filled in on the bug tracker will be marked `question`, locked and closed. If the question is clear, I
|
||||
normally try to provide an answer.
|
||||
|
||||
Questions filled in on the bug tracker will be marked `question`, locked and closed. If the question is clear, I normally try to provide an answer.
|
||||
|
||||
|
|
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -5,7 +5,7 @@ Output of `rofi -v`
|
|||
|
||||
## Configuration
|
||||
|
||||
Output of `rofi -dump-xresources` (preferable in a [gist](https://gist.github.com/))
|
||||
Output of `rofi -dump-xresources` (in a [gist](https://gist.github.com/))
|
||||
|
||||
## Launch Command
|
||||
|
||||
|
|
Loading…
Reference in a new issue