-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(github): update issue templates
- Loading branch information
Showing
5 changed files
with
78 additions
and
72 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: Bug report | ||
description: File a bug report | ||
labels: [ bug ] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Summary | ||
description: > | ||
Please provide a short summary of the bug, along with any information | ||
you feel is relevant to replicating the bug. | ||
You may include screenshots and videos in this section. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Version Information | ||
description: > | ||
Please provide information about the versions of Windows and komorebi | ||
running on your machine. | ||
Do not submit a bug if you are not using an official version of Windows | ||
such as AtlasOS; only official versions of Windows are supported. | ||
``` | ||
systeminfo | findstr /B /C:"OS Name" /B /C:"OS Version" | ||
``` | ||
``` | ||
komorebic --version | ||
``` | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Komorebi Configuration | ||
description: > | ||
Please provide your configuration file (komorebi.json or komorebi.bar.json) | ||
render: json | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Hotkey Configuration | ||
description: > | ||
Please provide your whkdrc or komorebi.ahk hotkey configuration file | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Output of komorebic check | ||
description: > | ||
Please provide the output of `komorebic check` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Komorebi Documentation | ||
url: https://lgug2z.github.io/komorebi/ | ||
about: Please search the documentation website before opening an issue |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Feature request | ||
description: Suggest an improvement | ||
labels: [ enhancement ] | ||
body: | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Suggestion | ||
description: > | ||
Please share your suggestion here. Be sure to include all necessary context. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Alternatives Considered | ||
description: > | ||
Please share share alternatives you have considered here. |