Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jan 27, 2024
1 parent 398c12d commit 363deee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 363deee

Please sign in to comment.