From ed825a2c7dbe98af0ace3afa474ba4cf4baaa886 Mon Sep 17 00:00:00 2001 From: novenary Date: Mon, 29 May 2023 21:58:28 +0300 Subject: [PATCH] Add dedicated form for documentation issues --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .../ISSUE_TEMPLATE/documentation-issue.yml | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/documentation-issue.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2541bafb..6f211caa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Create a report about a bug inside the library or issues with the documentation +description: Create a report about a bug inside the library. body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.yml b/.github/ISSUE_TEMPLATE/documentation-issue.yml new file mode 100644 index 00000000..24fa7d44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-issue.yml @@ -0,0 +1,22 @@ +name: Documentation Issue +description: Report a problem with the documentation. +labels: [documentation] +body: + + - type: textarea + id: description + attributes: + label: Description + description: Describe the problem in detail. + placeholder: This part is unclear... + + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Read this carefully, we will close and ignore your issue if you skimmed through this. + options: + - label: This is a documentation problem, not a question or a bug report. + required: true + - label: I have searched for this issue before posting it and there isn't a duplicate. + required: true