From b6f8cdbf5736edebcb841d63dde4ad271a3ee3f7 Mon Sep 17 00:00:00 2001 From: Tau Date: Mon, 24 Apr 2023 12:15:25 +0800 Subject: [PATCH] [Fix] Update Issue Template (#2298) --- .github/ISSUE_TEMPLATE/3-documentation.yml | 35 +++++++++++++++++++ .../ISSUE_TEMPLATE/3-general_questions.yml | 9 ----- 2 files changed, 35 insertions(+), 9 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/3-documentation.yml delete mode 100644 .github/ISSUE_TEMPLATE/3-general_questions.yml diff --git a/.github/ISSUE_TEMPLATE/3-documentation.yml b/.github/ISSUE_TEMPLATE/3-documentation.yml new file mode 100644 index 0000000000..39cb104683 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-documentation.yml @@ -0,0 +1,35 @@ +name: 📚 Documentation +description: Report an issue related to the documentation. +labels: "docs" +title: "[Docs] " + +body: + - type: markdown + attributes: + value: | + ## Note + For general usage questions or idea discussions, please post it to our [**Forum**](https://github.com/open-mmlab/mmpose/discussions) + Please fill in as **much** of the following form as you're able to. **The clearer the description, the shorter it will take to solve it.** + + - type: textarea + attributes: + label: 📚 The doc issue + description: > + A clear and concise description the issue. + validations: + required: true + + - type: textarea + attributes: + label: Suggest a potential alternative/fix + description: > + Tell us how we could improve the documentation in this regard. + + - type: markdown + attributes: + value: | + ## Acknowledgement + Thanks for taking the time to fill out this report. + + If you have already identified the reason, we strongly appreciate you creating a new PR to fix it [**here**](https://github.com/open-mmlab/mmpose/pulls)! + Please refer to [**Contribution Guide**](https://mmpose.readthedocs.io/en/latest/contribution_guide.html) for contributing. diff --git a/.github/ISSUE_TEMPLATE/3-general_questions.yml b/.github/ISSUE_TEMPLATE/3-general_questions.yml deleted file mode 100644 index b8ec58d2b1..0000000000 --- a/.github/ISSUE_TEMPLATE/3-general_questions.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: "📚 General questions" -description: "Ask general questions to get help" -labels: general-questions -title: "[Questions] " - -body: -- type: textarea - attributes: - label: "What's wrong?"