From 52999ead574225b41772357ffe30cd508b301359 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 23 Mar 2023 14:43:04 +0000 Subject: [PATCH 1/2] Create issue template config.yml --- .github/ISSUE_TEMPLATE/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..22ab976ae0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,17 @@ +blank_issues_enabled: true +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://oai.github.io/Documentation + 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 + url: https://communityinviter.com/apps/open-api/openapi + about: Join our online community. From 3632bba213fabf83cf225105bcd71dac17819b77 Mon Sep 17 00:00:00 2001 From: Darrel Date: Sat, 6 Jan 2024 09:27:38 -0500 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Lorna Jane Mitchell --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 22ab976ae0..c558164caf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://spec.openapis.org/oas/latest.html about: View the latest version of the specification - name: Getting started documentation - url: https://oai.github.io/Documentation + url: https://learn.openapis.org about: Learn about the OpenAPI Specification - name: OpenAPI Tooling url: https://tools.openapis.org