Skip to content

Commit f9746d2

Browse files
committed
1 parent a85a7d8 commit f9746d2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
# ISSUE TEMPLATE CHOOSER
2+
# https://docs.github.com/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
3+
4+
---
15
blank_issues_enabled: false
6+
contact_links:
7+
- name: Discuss an idea
8+
url: https://github.com/flex-development/tutils/discussions/new?category=ideas
9+
about: Discuss an idea before submitting a feature request
10+
- name: Show and tell
11+
url: https://github.com/flex-development/tutils/discussions/new?category=show-and-tell
12+
about: Show the community how you integrated this project into yours

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
],
138138
"workbench.iconTheme": "vscode-icons",
139139
"yaml.schemas": {
140+
"https://json.schemastore.org/github-issue-config": "/.github/ISSUE_TEMPLATE/config.yml",
140141
"https://json.schemastore.org/github-workflow": "/.github/workflows/*.yml"
141142
}
142143
}

0 commit comments

Comments
 (0)