diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0bd61ef..2c6191f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Issue or feature request - url: https://github.com/martrapp/astro-vtbot/issues/new/choose - about: Report bugs or request a new trick for the bag using this link. + - name: Feature request + url: https://github.com/martrapp/astro-vtbot/issues/new?template=feature-request.yml + about: Want to be able to pull a new trick ✨ out of the bag 👜? Use this link. - name: GitHub Discussions url: https://github.com/martrapp/astro-vtbot/discussions about: Does the issue involve a lot of explanation, or are you not sure how it can be split into actionable tasks? Consider starting a discussion first. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..e643f2e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,19 @@ +name: "✨ Feature Request" +description: Request a new feature +labels: [] +assignees: [] +body: + - type: textarea + id: feature-description + attributes: + label: Describe the Request + description: A clear and concise description of what the new feature should be. + validations: + required: true + - type: checkboxes + id: will-pr + attributes: + label: Participation + options: + - label: I am willing to contribute a PR to make this happen. + required: false