diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..365f1e2d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,53 @@ +name: Bug Report +description: Create a report to help us improve +title: "[Bug]: " +labels: ["bug"] +body: + - type: textarea + id: description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Repoduction + description: Steps to reproduce the bug + validations: + required: true + - type: textarea + id: expectation + attributes: + label: Expected behavior + description: What you expected to happen. + validations: + required: true + - type: textarea + id: version + attributes: + label: Version + placeholder: | + Ex: 1.5.1 + validations: + required: true + - type: dropdown + id: os + attributes: + label: Which Platform are you using? + multiple: false + options: + - Windows + - macOS + - Linux + - Other + validations: + required: true + - type: textarea + id: additional + attributes: + label: Additional context + description: Add any other context about the problem here + placeholder: | + Logs, screenshots, etc. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..cb339137 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[feat]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.goreleaser.yml b/.goreleaser.yml index 98a66a2f..184d682e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -68,6 +68,7 @@ changelog: - '^docs:' - '^test:' - '^ci:' - - 'README' + - '^README' + - '^Update' - Merge pull request - - Merge branch \ No newline at end of file + - Merge branch