-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Provide a more direct set of issue routing links #3713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,17 +1,28 @@ | ||
blank_issues_enabled: true | ||
blank_issues_enabled: false | ||
|
||
# The local issue filing links are included in "contact_links" because | ||
# GitHub's regular issue template mechanism forces the local issue | ||
# links to be first in the list, when we want them to be last so | ||
# visitors can be routed to other repos when appropriate. | ||
contact_links: | ||
- name: OpenAPI Specification | ||
url: https://spec.openapis.org/oas/latest.html | ||
about: View the latest version of the specification | ||
- name: Getting started documentation | ||
url: https://learn.openapis.org | ||
about: Learn about the OpenAPI Specification | ||
- name: OpenAPI Tooling | ||
url: https://tools.openapis.org | ||
about: Open-source and commercial tools for OpenAPI | ||
- name: OpenAPI Initiative Registry | ||
url: https://spec.openapis.org/registry/index.html | ||
about: Registry of formats, extension namespaces etc. | ||
- name: OpenAPI Initiative Slack | ||
- name: Have a question about using OpenAPI? | ||
url: https://communityinviter.com/apps/open-api/openapi | ||
about: Join our online community. | ||
about: Ask us on our Slack! | ||
- name: Have a question about OpenAPI Tooling? | ||
url: https://tools.openapis.org/ | ||
about: Please ask your tooling vendor! | ||
- name: Want to add to our list of OpenAPI Tools? | ||
url: https://tools.openapis.org/ | ||
about: Please take a look at our tooling site's instructions! | ||
- name: Want to suggest more how-to documentation and examples? | ||
url: https://github.com/OAI/learn.openapis.org/issues/new | ||
about: Please open an issue on our learning site! | ||
- name: Want to add to the registries at spec.openapis.org/registry ? | ||
url: https://github.com/OAI/OpenAPI-Specification/issues/new | ||
about: Please open an issue in this repository! | ||
- name: Want to report an error in the specification? | ||
url: https://github.com/OAI/OpenAPI-Specification/issues/new | ||
about: Please open an issue in this repository! | ||
- name: Want to request a new feature in the specification? | ||
url: https://github.com/OAI/OpenAPI-Specification/discussions/new?category=enhancements | ||
about: Please start a discussion in this repository! |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.