Skip to content

Commit

Permalink
Updated issue templates (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored May 30, 2024
1 parent 4383a90 commit db4fcac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/)."
Expand All @@ -55,12 +55,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
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
- [x] OpenAPI YAML updated and issue created to rebuild clients
Expand Down

0 comments on commit db4fcac

Please sign in to comment.