-
-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update github issues templates
- Loading branch information
Showing
4 changed files
with
129 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
name: "\U0001F41B Bug report" | ||
description: Create a report to help us improve | ||
title: "[BUG] Title" | ||
labels: [":bug: bug"] | ||
assignees: ["Romakita"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
--- | ||
> **IMPORTANT: Before opening issue** | ||
> | ||
> - Please update all of your packages. I won't investigate on the issue if you are on an old version. | ||
> - Please check that you have the same version for all Ts.ED dependencies (expected the logger). Many issues are related to a misconfigured packages. | ||
> - Please provide a reproducible example (avoid screenshot, prefer copy/pasted code). The stack trace isn't enough to investigate. | ||
> | ||
> If these requirements aren't checked, I WON'T INVESTIGATE (excepted if you are a premium sponsors!) and issue will be closed! | ||
--- | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is. | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
placeholder: | | ||
1. Fetch a '...' | ||
2. Update the '....' | ||
3. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: code-snippets | ||
attributes: | ||
label: Code snippets | ||
description: If applicable, add code snippets to help explain your problem. | ||
render: TypeScript | ||
validations: | ||
required: false | ||
- type: input | ||
id: repositoryUrl | ||
attributes: | ||
label: Repository URL example | ||
placeholder: https://github.com/your/repository | ||
- type: input | ||
id: os | ||
attributes: | ||
label: OS | ||
placeholder: macOS | ||
validations: | ||
required: true | ||
- type: input | ||
id: language-version | ||
attributes: | ||
label: Node version | ||
placeholder: Node v18.17.1 | ||
validations: | ||
required: true | ||
- type: input | ||
id: lib-version | ||
attributes: | ||
label: Library version | ||
placeholder: v7.34.7 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem here. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: "\U0001F680 Feature request" | ||
description: Suggest an idea for this library | ||
labels: [":sparkles: enhancement"] | ||
assignees: ["Romakita"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- All request features / PR are welcome! | ||
- Thanks for taking the time to fill out this feature request! | ||
- The Ts.ED team will works on the requested feature if: | ||
- The community vote massively for it. | ||
- The you are a premium sponsors (individual or company sponsors). | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the feature request here. | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Acceptance criteria | ||
description: Add acceptance criteria here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ labels: ":sparkles: enhancement" | |
assignees: Romakita | ||
--- | ||
|
||
<!-- | ||
<!-- | ||
/!\ IMPORTANT | ||
|