From c2be08d9bb5716beb76f8695278acbdcaac06c75 Mon Sep 17 00:00:00 2001 From: LiMK Date: Tue, 27 Sep 2022 18:46:11 +0800 Subject: [PATCH] pref(issue_template): improve the issue_tempalte --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/documentation.yml | 2 +- .github/ISSUE_TEMPLATE/general_question.md | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c6d86d04..81176cf26 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,21 @@ title: "bug: " description: Unexpected behavior with StoneDB. labels: ["A-bug"] body: + - type: checkboxes + attributes: + label: Have you read the Contributing Guidelines on issues? + options: + - label: I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). + required: true + + - type: checkboxes + attributes: + label: Please confirm if bug report does NOT exists already ? + description: We kindly ask that you [search](https://github.com/stoneatom/stonedb/issues?q=is%3Aissue+is%3Aclosed) to see if an issue already exists for your bug + options: + - label: I confirm there is no existing issue for this + required: true + - type: textarea attributes: label: Describe the problem diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..404bbff23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: StoneDB Discussion + url: https://github.com/stoneatom/stonedb/discussions + about: Discuss ideas for new features of changes + # - name: Questions & Help + # url: http://forum.stonedb.io/ + # about: Please ask and answer questions here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index db7ff1089..f8112e760 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -23,7 +23,7 @@ body: attributes: label: Have you read the Contributing Guidelines on issues? options: - - label: I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7/CONTRIBUTING.md). + - label: I have read the [Contributing Guidelines on issues](https://github.com/stoneatom/stonedb/blob/stonedb-5.7-dev/CONTRIBUTING.md). required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/general_question.md b/.github/ISSUE_TEMPLATE/general_question.md index 295915003..9c6bf0813 100644 --- a/.github/ISSUE_TEMPLATE/general_question.md +++ b/.github/ISSUE_TEMPLATE/general_question.md @@ -14,6 +14,6 @@ Before asking a question, make sure you have: - Searched open and closed [GitHub issues](https://github.com/stoneatom/stonedb/issues) - Read the documentation: - [StoneDB Readme](https://github.com/stoneatom/stonedb) - - [StoneDB Doc](https://github.com/stoneatom/stonedb/tree/stonedb-5.6/Docs) + - [StoneDB Doc](https://stonedb.io/docs/about-stonedb/intro) -->