File tree 3 files changed +26
-11
lines changed
3 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
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.
7
3
contact_links :
8
4
- name : Have a question about using OpenAPI?
9
5
url : https://communityinviter.com/apps/open-api/openapi
@@ -17,12 +13,6 @@ contact_links:
17
13
- name : Want to suggest more how-to documentation and examples?
18
14
url : https://github.com/OAI/learn.openapis.org/issues/new
19
15
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
16
- name : Want to request a new feature in the specification?
27
17
url : https://github.com/OAI/OpenAPI-Specification/discussions/new?category=enhancements
28
18
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 1
1
---
2
- name : Bug report
2
+ name : Report an error in the specification
3
3
about : Create a report to help us improve the specification
4
4
title : ' vX.Y: ...'
5
5
labels : ' '
You can’t perform that action at this time.
0 commit comments