File tree Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22
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.
73contact_links :
84 - name : Have a question about using OpenAPI?
95 url : https://communityinviter.com/apps/open-api/openapi
@@ -17,12 +13,6 @@ contact_links:
1713 - name : Want to suggest more how-to documentation and examples?
1814 url : https://github.com/OAI/learn.openapis.org/issues/new
1915 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!
2616 - name : Want to request a new feature in the specification?
2717 url : https://github.com/OAI/OpenAPI-Specification/discussions/new?category=enhancements
2818 about : Please start a discussion in this repository!
Original file line number Diff line number Diff line change 1+ ---
2+ name : Contribute to the registries at spec.openapis.org/registry
3+ about : Add a new registry entry, or edit an existing one
4+ title : ' Registry: ...'
5+ labels : registries
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Which registry do you want to contribute to**
11+ - [ ] [ Alternative Schema Type Registry] ( https://spec.openapis.org/registry/alternative-schema )
12+ - [ ] [ Draft Features Registry] ( https://spec.openapis.org/registry/draft-feature )
13+ - [ ] [ Specification Extension Registry] ( https://spec.openapis.org/registry/extension )
14+ - [ ] [ Format Registry] ( https://spec.openapis.org/registry/format )
15+ - [ ] [ Extension Namespace Registry] ( https://spec.openapis.org/registry/namespace )
16+ - [ ] [ Tag Kind Registry] ( https://spec.openapis.org/registry/tag-kind )
17+
18+ ** Describe your contribution**
19+ A clear and concise description of what you want to add or change.
20+
21+ ** Describe alternatives you've considered**
22+ A clear and concise description of any alternative solutions or features you've considered.
23+
24+ ** Additional context**
25+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 11---
2- name : Bug report
2+ name : Report an error in the specification
33about : Create a report to help us improve the specification
44title : ' vX.Y: ...'
55labels : ' '
You can’t perform that action at this time.
0 commit comments