Skip to content

Commit 41d1b5d

Browse files
committed
Add note about SDK issues
1 parent 1e2adb2 commit 41d1b5d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ body:
88
value: |
99
So you think you’ve discovered a bug in Datastar? To ensure this hasn’t already been reported, please first search [existing issues](https://github.com/starfederation/datastar/issues?q=is%3Aissue) and ensure you’re running the [latest release](https://github.com/starfederation/datastar/releases). The `#bug-report` channel in the [Discord server](https://discord.gg/bnRNgZjgPh) is also a great place to report bugs.
1010
11-
To rule out that this isn’t a setup or configuration issue, please read the [guide](https://data-star.dev/guide) and the [reference](https://data-star.dev/reference/attribute_plugins) docs.
11+
To rule out that this isn’t a setup or configuration issue, please read the [guide](https://data-star.dev/guide) and the [reference](https://data-star.dev/reference) docs.
1212
1313
If you still believe you’ve found a bug, please provide a clear and concise description, including:
1414
- What is happening and what you expected to happen.
1515
- Steps to reproduce the issue.
1616
- A [Codepen](https://codepen.io/zangster300/pen/xbGmPyL) with a minimal reproduction of the behavior, if possible.
17+
18+
If this is an SDK specific bug, please create an issue in the relevant SDK repository.
1719
- type: textarea
1820
id: body
1921
attributes:

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ body:
1111
If you still believe you have a new suggestion, please provide a clear and concise description, including:
1212
- What problem you believe your feature request can solve.
1313
- Any alternative solutions or features you have already considered.
14+
15+
If this is an SDK specific feature request, please create an issue in the relevant SDK repository.
1416
- type: textarea
1517
id: body
1618
attributes:

.github/ISSUE_TEMPLATE/support-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ body:
99
So you have a question about Datastar? To ensure your question hasn’t already been answered, please first search [existing issues](https://github.com/starfederation/datastar/issues?q=is%3Aissue). The `#help` channel in the [Discord server](https://discord.gg/bnRNgZjgPh) is also a great place to ask questions.
1010
1111
If your question is still unanswered, please provide a clear and concise description. Note that we are diligent about documentation, so please check whether your question is answered in the [guide](https://data-star.dev/guide) or the [reference](https://data-star.dev/reference) docs before submitting.
12+
13+
If this is an SDK specific support request, please create an issue in the relevant SDK repository.
1214
- type: textarea
1315
id: body
1416
attributes:

0 commit comments

Comments
 (0)