Skip to content

Commit

Permalink
chore: add warning to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jul 12, 2024
1 parent 003a715 commit c83eb1d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ labels: bug
assignees: ''
---

> [!WARNING]
> Do not use issues to seek technical support.
> If you need support read the [documentation](https://docs.cartesi.io/) first.
> If you still have unanswered questions or need further discussion, join the [Cartesi Discord server](https://discord.gg/cartesi) and use the `#cartesi-rollups` channel.
> [!IMPORTANT]
> Before submitting a new issue, please make sure that:
> - You are sure the issue manifests itself on the latest release (i.e., in the main branch);
> - You have verified that a similar issue has not already been reported;
> - You have verified, with your best effort, that your code or use case is not itself at fault.
## 🙂 Expected behavior

What was expected?
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ labels: feature
assignees: ''
---

> [!WARNING]
> Do not use issues to seek technical support.
> If you need support read the [documentation](https://docs.cartesi.io/) first.
> If you still have unanswered questions or need further discussion, join the [Cartesi Discord server](https://discord.gg/cartesi) and use the `#cartesi-rollups` channel.
> [!IMPORTANT]
> Before submitting a new issue, please make sure that:
> - You are sure the issue manifests itself on the latest release (i.e., in the main branch);
> - You have verified that a similar issue has not already been reported;
> - You have verified, with your best effort, that your code or use case is not itself at fault.
## 📚 Context

What is the problem that you are trying to solve?
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/technical-debt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ labels: refactor
assignees: ''
---

> [!WARNING]
> Please, read carefully before submitting an issue.
## 📚 Context

What is the problem that you are trying to solve?
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/update-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ labels: chore
assignees: ''
---

> [!WARNING]
> Please, read carefully before submitting an issue.
## 📈 Subtasks

- [ ] Cartesi
Expand Down

0 comments on commit c83eb1d

Please sign in to comment.