-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |