From 4f56397ca4d7d713425f56f2966f4c254a1ccb5a Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Thu, 30 May 2024 12:20:27 +0700 Subject: [PATCH] Updated issue templates (#87) --- .github/ISSUE_TEMPLATE/bug_report.yml | 14 ++++++-------- .github/ISSUE_TEMPLATE/feature_request.yml | 4 +--- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 49f0b86..dee9cf5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,14 +26,14 @@ body: Provide the version of Manticore Search docker image you are using. validations: required: true - - type: checkboxes + - type: dropdown id: dev attributes: label: "Have you tried the latest development version?" - description: > - Consider testing with the latest development image version `manticoresearch/manticore:dev`, which often includes fixes and improvements. Check the box below if you have already tried it. + multiple: false options: - - label: "Yes" + - "Yes" + - "No" - type: markdown attributes: value: "## Thank you for completing the form! For an expedited solution, consider our [professional services](https://manticoresearch.com/services/)." @@ -47,14 +47,12 @@ body: To be completed by the assignee. Check off tasks that have been completed or are not applicable.
- - [ ] Task estimated - - [ ] Specification created, reviewed, and approved - [ ] Implementation completed - [ ] Tests developed - [ ] Documentation updated - - [ ] Documentation proofread + - [ ] Documentation reviewed - [ ] Changelog updated - +
validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ead6f9b..1b22ff4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -24,12 +24,10 @@ body: To be completed by the assignee. Check off tasks that have been completed or are not applicable.
- - [ ] Task estimated - - [ ] Specification created, reviewed and approved - [ ] Implementation completed - [ ] Tests developed - [ ] Documentation updated - - [ ] Documentation proofread + - [ ] Documentation reviewed - [ ] Changelog updated