From 4866f482cfc9d7099018abbdbe4b8beb772ba4fc Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Thu, 19 Dec 2024 05:05:30 +0800 Subject: [PATCH] doc: Clearly define the purpose --- .github/ISSUE_TEMPLATE/doc.yml | 4 ++-- .github/ISSUE_TEMPLATE/ex.yml | 4 ++-- .github/ISSUE_TEMPLATE/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/doc.yml b/.github/ISSUE_TEMPLATE/doc.yml index 29bcdc1..b0517d5 100644 --- a/.github/ISSUE_TEMPLATE/doc.yml +++ b/.github/ISSUE_TEMPLATE/doc.yml @@ -1,5 +1,5 @@ -name: Report an issue with an documentation -description: Report an issue with one of our Katharsis documentation. +name: Report a documentation issue +description: Improvements or additions to documentation. labels: [ 'documentation' ] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/ex.yml b/.github/ISSUE_TEMPLATE/ex.yml index 57e9ea7..9880af7 100644 --- a/.github/ISSUE_TEMPLATE/ex.yml +++ b/.github/ISSUE_TEMPLATE/ex.yml @@ -1,5 +1,5 @@ -name: Report an issue with an example -description: Add or enhance examples. +name: Report a example issue +description: Add or improve examples. labels: [ 'example' ] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/test.yml b/.github/ISSUE_TEMPLATE/test.yml index f07c6f6..be9550b 100644 --- a/.github/ISSUE_TEMPLATE/test.yml +++ b/.github/ISSUE_TEMPLATE/test.yml @@ -1,4 +1,4 @@ -name: Report an issue with an test +name: Report a test issue description: Add or improve tests. labels: [ 'test' ] body: