Skip to content

Commit

Permalink
chore: gh config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kigstn committed Aug 31, 2024
1 parent 05a101e commit 171e6fa
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-form.yml
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
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-form.yml
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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/question-form.yml
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
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
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 -->

0 comments on commit 171e6fa

Please sign in to comment.