From e8f85a404308c95f6e1b8389f1e1d8d0d9aee0ab Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Mon, 9 Oct 2023 21:06:24 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/api-change-notice.md | 14 -------------- .github/ISSUE_TEMPLATE/book-error.md | 2 +- .github/ISSUE_TEMPLATE/new-faq-entry.md | 14 -------------- .github/ISSUE_TEMPLATE/new-topic-proposal.md | 14 -------------- .github/ISSUE_TEMPLATE/new-topic.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/outdated.md | 14 ++++++++++++++ 6 files changed, 29 insertions(+), 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/api-change-notice.md delete mode 100644 .github/ISSUE_TEMPLATE/new-faq-entry.md delete mode 100644 .github/ISSUE_TEMPLATE/new-topic-proposal.md create mode 100644 .github/ISSUE_TEMPLATE/new-topic.md create mode 100644 .github/ISSUE_TEMPLATE/outdated.md diff --git a/.github/ISSUE_TEMPLATE/api-change-notice.md b/.github/ISSUE_TEMPLATE/api-change-notice.md deleted file mode 100644 index d287c81..0000000 --- a/.github/ISSUE_TEMPLATE/api-change-notice.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Outdated API -about: 'This should be used when an API change in the main repo would invalidate information in the user-guide.' -title: '' -labels: outdated-api -assignees: jacobsky - ---- - - - diff --git a/.github/ISSUE_TEMPLATE/book-error.md b/.github/ISSUE_TEMPLATE/book-error.md index e4e1daa..ea769c2 100644 --- a/.github/ISSUE_TEMPLATE/book-error.md +++ b/.github/ISSUE_TEMPLATE/book-error.md @@ -1,6 +1,6 @@ --- name: Book error -about: 'Report incorrect or confusing sections. For typos and grammar issues, please directly create a pull request instead.' +about: "Report incorrect or confusing sections. For typos and grammar issues, please directly create a pull request instead." title: '' labels: error assignees: '' diff --git a/.github/ISSUE_TEMPLATE/new-faq-entry.md b/.github/ISSUE_TEMPLATE/new-faq-entry.md deleted file mode 100644 index 607f9ec..0000000 --- a/.github/ISSUE_TEMPLATE/new-faq-entry.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: New question for the FAQ -about: This is intended to request a specific question to be addressed that appears to be missing from the FAQ -title: "" -labels: faq -assignees: '' - ---- - - - diff --git a/.github/ISSUE_TEMPLATE/new-topic-proposal.md b/.github/ISSUE_TEMPLATE/new-topic-proposal.md deleted file mode 100644 index eb1516c..0000000 --- a/.github/ISSUE_TEMPLATE/new-topic-proposal.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Propose a new topic -about: Propose a new topic to be added to the godot-rust book. -title: '' -labels: new-topic -assignees: '' - ---- - - - diff --git a/.github/ISSUE_TEMPLATE/new-topic.md b/.github/ISSUE_TEMPLATE/new-topic.md new file mode 100644 index 0000000..f639e9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-topic.md @@ -0,0 +1,14 @@ +--- +name: Propose a new topic +about: "Propose a new topic to be added to the godot-rust book." +title: '' +labels: new-topic +assignees: '' + +--- + + + diff --git a/.github/ISSUE_TEMPLATE/outdated.md b/.github/ISSUE_TEMPLATE/outdated.md new file mode 100644 index 0000000..05dc37d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/outdated.md @@ -0,0 +1,14 @@ +--- +name: Outdated API +about: "This should be used when an API change in the main repo would invalidate information in the user-guide." +title: '' +labels: outdated +assignees: '' + +--- + + +