diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..dd87cdb --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: kigstn +ko_fi: kigstn diff --git a/.github/ISSUE_TEMPLATE/feature-form.yml b/.github/ISSUE_TEMPLATE/feature-form.yml new file mode 100644 index 0000000..0e7953e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-form.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/issue-form.yml b/.github/ISSUE_TEMPLATE/issue-form.yml new file mode 100644 index 0000000..d42a9a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-form.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/question-form.yml b/.github/ISSUE_TEMPLATE/question-form.yml new file mode 100644 index 0000000..557da1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-form.yml @@ -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..367c5cf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Description + + +## Changes +