diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7ae7bcd5..91245b18 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,14 +34,14 @@ body: Specify the version of your operating system. 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 version, which often includes fixes and improvements. You can find installation instructions [here](https://mnt.cr/dev/nightly). 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/)." @@ -55,12 +55,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
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bce0a63a..b7065436 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 - [x] OpenAPI YAML updated and issue created to rebuild clients