diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b14d0c2..75fe6a9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ -github: afkarxyz ko_fi: afkarxyz \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..49c363c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,71 @@ +name: Bug Report +description: Bug Report +title: "[Bug Report]: " +labels: ["bug"] + +body: + - type: markdown + attributes: + value: | + > **WARNING: Issues that do not follow this template will be deleted without review.** + + - type: textarea + id: problem + attributes: + label: Problem + placeholder: Type here + validations: + required: true + + - type: dropdown + id: type + attributes: + label: Type + options: + - Track + - Album + - Playlist + - Artist + validations: + required: true + + - type: input + id: spotify-url + attributes: + label: Spotify URL + placeholder: Type here + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: Additional Context + placeholder: Type here or send screenshot/recording + validations: + required: true + + - type: markdown + attributes: + value: "### Environment" + + - type: input + id: version + attributes: + label: SpotiFLAC Version + validations: + required: true + + - type: input + id: os + attributes: + label: OS + validations: + required: true + + - type: input + id: location + attributes: + label: Location + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..e05a885 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,34 @@ +name: Feature Request +description: Feature Request +title: "[Feature Request]: " +labels: ["enhancement"] + +body: + - type: markdown + attributes: + value: | + > **WARNING: Issues that do not follow this template will be deleted without review.** + + - type: textarea + id: description + attributes: + label: Description + placeholder: Type here + validations: + required: true + + - type: textarea + id: use-case + attributes: + label: Use Case + placeholder: Type here + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: Additional Context + placeholder: Type here or send screenshot/recording + validations: + required: true \ No newline at end of file