Skip to content

Commit 43ee251

Browse files
committed
Add links for this repository, turn off "blank"
This adds links for things we actually want people to do in this repository. It directs enhancement requests to discussions rather than issues, mirroring what we're doing for the sig-moonwalk repo. This is done in the config file rather than with issue templates because GitHub forces issue templates to display at the top of the list, and the whole point of this configuration is to route people to other repositories for certain things.
1 parent 9b39007 commit 43ee251

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

+19-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
2+
3+
# The local issue filing links are included in "contact_links" because
4+
# GitHub's regular issue template mechanism forces the local issue
5+
# links to be first in the list, when we want them to be last so
6+
# visitors can be routed to other repos when appropriate.
27
contact_links:
38
- name: Have a question about using OpenAPI?
49
url: https://communityinviter.com/apps/open-api/openapi
@@ -7,8 +12,17 @@ contact_links:
712
url: https://tools.openapis.org/
813
about: Please ask your tooling vendor!
914
- name: Want to add to our list of OpenAPI Tools?
10-
url: https://github.com/OAI/Tooling/issues/new/choose
11-
about: Open an issue on our tooling site!
12-
- name: Want to suggest more documentation and examples?
15+
url: https://tools.openapis.org/
16+
about: Please take a look at our tooling site's instructions!
17+
- name: Want to suggest more how-to documentation and examples?
1318
url: https://github.com/OAI/learn.openapis.org/issues/new
14-
about: Open an issue on our learning site!
19+
about: Please open an issue on our learning site!
20+
- name: Want to add to the registries at spec.openapis.org/registry ?
21+
url: https://github.com/OAI/OpenAPI-Specification/issues/new
22+
about: Please open an issue in this repository!
23+
- name: Want to report an error in the specification?
24+
url: https://github.com/OAI/OpenAPI-Specification/issues/new
25+
about: Please open an issue in this repository!
26+
- name: Want to request a new feature in the specification?
27+
url: https://github.com/OAI/OpenAPI-Specification/discussions/new?category=enhancements
28+
about: Please start a discussion in this repository!

0 commit comments

Comments
 (0)