-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
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,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: kigstn | ||
ko_fi: kigstn |
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,27 @@ | ||
name: Feature Request | ||
description: Request a new feature | ||
title: "[Feature Request]: " | ||
labels: ["enhancement", "triage"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
Please complete the following form to help us assist you. | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature Description | ||
description: Describe the feature you are requesting. Try to reference examples when possible. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: value-add | ||
attributes: | ||
label: Value of Feature | ||
description: Why is this feature valuable? | ||
validations: | ||
required: false |
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,44 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
Please complete the following form to help us assist you. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Bug Description | ||
description: What happened? If you have screenshots, please add them here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
description: Which steps should someone take to run into the same error? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: webpage | ||
attributes: | ||
label: Webpage | ||
description: The URL where the error happened. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant Browser Console Logs / Errors | ||
description: Please copy and paste any relevant log output if there is any. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
validations: | ||
required: false |
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,28 @@ | ||
name: General Question | ||
description: Ask a question | ||
title: "[Question]: " | ||
labels: ["question"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this question form! | ||
Please complete the following form to help us assist you. | ||
- type: checkboxes | ||
id: pre-question | ||
attributes: | ||
label: Question Validation | ||
description: By submitting this issue, you agree that you've previously search the existing GitHub issues and did not find a proper answer to your question. | ||
options: | ||
- label: I have searched both the my question is not a duplicate. | ||
required: true | ||
|
||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Question | ||
description: Ask your question here! | ||
validations: | ||
required: true |
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 @@ | ||
## Description | ||
<!-- Clearly and concisely describe what this PR is for, and why you feel it should be merged. --> | ||
|
||
## Changes | ||
<!-- - A bullet-pointed list outlining the changes you have made --> |