Skip to content

Commit 4c7edf9

Browse files
authored
Merge pull request #3713 from handrews/issue-template
Provide a more direct set of issue routing links
2 parents 5ee6c6d + 43ee251 commit 4c7edf9

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
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:
3-
- name: OpenAPI Specification
4-
url: https://spec.openapis.org/oas/latest.html
5-
about: View the latest version of the specification
6-
- name: Getting started documentation
7-
url: https://learn.openapis.org
8-
about: Learn about the OpenAPI Specification
9-
- name: OpenAPI Tooling
10-
url: https://tools.openapis.org
11-
about: Open-source and commercial tools for OpenAPI
12-
- name: OpenAPI Initiative Registry
13-
url: https://spec.openapis.org/registry/index.html
14-
about: Registry of formats, extension namespaces etc.
15-
- name: OpenAPI Initiative Slack
8+
- name: Have a question about using OpenAPI?
169
url: https://communityinviter.com/apps/open-api/openapi
17-
about: Join our online community.
10+
about: Ask us on our Slack!
11+
- name: Have a question about OpenAPI Tooling?
12+
url: https://tools.openapis.org/
13+
about: Please ask your tooling vendor!
14+
- name: Want to add to our list of OpenAPI Tools?
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?
18+
url: https://github.com/OAI/learn.openapis.org/issues/new
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)