-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
101 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,56 @@ | ||
name: Bug report | ||
description: File a bug report | ||
labels: [ bug ] | ||
title: "[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,8 @@ | ||
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 | ||
- name: Komorebi Quickstart Tutorial Video | ||
url: https://www.youtube.com/watch?v=MMZUAtHbTYY | ||
about: If you are new, please make sure you watch the quickstart tutorial video |
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,37 @@ | ||
name: Feature request | ||
description: Suggest a new feature | ||
labels: [ enhancement ] | ||
title: "[FEAT]: " | ||
body: | ||
- type: dropdown | ||
id: Sponsors | ||
attributes: | ||
label: Sponsorship Information | ||
description: > | ||
Feature requests are considered from individuals who are $5+ monthly sponsors to the project. | ||
Please specify the platform you use to sponsor the project. | ||
options: | ||
- GitHub Sponsors | ||
- Ko-fi | ||
- Discord | ||
- YouTube | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Suggestion | ||
description: > | ||
Please share your suggestion here. Be sure to include all necessary context. | ||
If you sponsor on a platform where you use a different username, please specify the username here. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Alternatives Considered | ||
description: > | ||
Please share share alternatives you have considered here. |