Skip to content

Commit

Permalink
Updated issue templates (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored May 30, 2024
1 parent 95e7b27 commit 4f56397
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 6 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/)."
Expand All @@ -47,14 +47,12 @@ body:
<sup>To be completed by the assignee. Check off tasks that have been completed or are not applicable.</sup>
<details>
- [ ] Task estimated
- [ ] Specification created, reviewed, and approved
- [ ] Implementation completed
- [ ] Tests developed
- [ ] Documentation updated
- [ ] Documentation proofread
- [ ] Documentation reviewed
- [ ] Changelog updated
</details>
validations:
required: true
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ body:
<sup>To be completed by the assignee. Check off tasks that have been completed or are not applicable.</sup>
<details>
- [ ] Task estimated
- [ ] Specification created, reviewed and approved
- [ ] Implementation completed
- [ ] Tests developed
- [ ] Documentation updated
- [ ] Documentation proofread
- [ ] Documentation reviewed
- [ ] Changelog updated
</details>
Expand Down

0 comments on commit 4f56397

Please sign in to comment.