Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ body:

Before submitting, please check:
- You're using the latest version of Moltis (`moltis --version`)
- This issue hasn't already been [reported](https://github.com/moltisorg/moltis/issues?q=is%3Aissue+label%3Abug)
- This issue hasn't already been [reported](https://github.com/moltis-org/moltis/issues?q=is%3Aissue+label%3Abug)

- type: checkboxes
id: preflight
attributes:
label: Preflight Checklist
options:
- label: I have searched [existing issues](https://github.com/moltisorg/moltis/issues?q=is%3Aissue+label%3Abug) and this hasn't been reported yet
- label: I have searched [existing issues](https://github.com/moltis-org/moltis/issues?q=is%3Aissue+label%3Abug) and this hasn't been reported yet
required: true
- label: I am using the latest version of Moltis
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ body:
value: |
We'd love to hear your ideas! Please describe what you need and why.

Before submitting, check if this has already been [requested](https://github.com/moltisorg/moltis/issues?q=is%3Aissue+label%3Aenhancement).
Before submitting, check if this has already been [requested](https://github.com/moltis-org/moltis/issues?q=is%3Aissue+label%3Aenhancement).

- type: checkboxes
id: preflight
attributes:
label: Preflight Checklist
options:
- label: I have searched [existing requests](https://github.com/moltisorg/moltis/issues?q=is%3Aissue+label%3Aenhancement) and this hasn't been proposed yet
- label: I have searched [existing requests](https://github.com/moltis-org/moltis/issues?q=is%3Aissue+label%3Aenhancement) and this hasn't been proposed yet
required: true
- label: If this request came from a chat session issue, I included relevant session context and redacted secrets

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/model_behavior.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
attributes:
label: Preflight Checklist
options:
- label: I have searched [existing issues](https://github.com/moltisorg/moltis/issues?q=is%3Aissue+label%3Amodel-behavior) for similar reports
- label: I have searched [existing issues](https://github.com/moltis-org/moltis/issues?q=is%3Aissue+label%3Amodel-behavior) for similar reports
required: true
- label: This report does NOT contain sensitive information (API keys, passwords, personal data)
required: true
Expand Down