From b6b0cef07ce9cd2f1cd8c086274d89584d2fb09d Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 23 Jun 2024 20:02:08 -0700 Subject: [PATCH] change offerings for issue templates ref https://github.com/cpp-linter/cpp-linter-action/pull/251#discussion_r1650264327 --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/maintainers-only.md | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/maintainers-only.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8c3ec94..ca90cb7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,3 +6,6 @@ contact_links: - name: cpp-linter discussions url: https://github.com/orgs/cpp-linter/discussions about: A place for feedback not specific to cpp-linter-action + - name: Maintainers' note + url: https://github.com/cpp-linter/cpp-linter-action/issues/new + about: Start a discussion for maintainers only diff --git a/.github/ISSUE_TEMPLATE/maintainers-only.md b/.github/ISSUE_TEMPLATE/maintainers-only.md deleted file mode 100644 index 5a8eea2..0000000 --- a/.github/ISSUE_TEMPLATE/maintainers-only.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Maintainers' note -about: For ideas related to maintaining the cpp-linter-action source code -title: '' -labels: '' -assignees: '' - ---- - -This issue template is intended only for maintainers of cpp-linter org. - -Only use this issue template if your query is **not** related to a problem or feature.