This commit is contained in:
31
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
31
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
name: "🐛 Bug report"
|
||||
description: Create a report to help us improve
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for reporting an issue :pray:.
|
||||
|
||||
The more information you fill in, the better the community can help you.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: Provide a clear and concise description of the challenge you are running into.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: link
|
||||
attributes:
|
||||
label: Minimal Reproduction Link
|
||||
description: |
|
||||
Please provide a link to a minimal reproduction of the bug you are running into.
|
||||
It makes the process of verifying and fixing the bug much easier.
|
||||
Note:
|
||||
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the solid-js and solid-primitives.
|
||||
- To create a shareable code example you can use [Stackblitz](https://stackblitz.com/) (https://solid.new). Please no localhost URLs.
|
||||
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
|
||||
placeholder: |
|
||||
e.g. https://stackblitz.com/edit/...... OR Github Repo
|
||||
validations:
|
||||
required: true
|
||||
27
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
name: "Feature Request"
|
||||
description: For feature/enhancement requests. Please search for existing issues first.
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thank you for bringing your ideas here :pray:.
|
||||
|
||||
The more information you fill in, the better the community can understand your idea.
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Describe The Problem To Be Solved
|
||||
description: Provide a clear and concise description of the challenge you are running into.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: solution
|
||||
attributes:
|
||||
label: Suggest A Solution
|
||||
description: |
|
||||
A concise description of your preferred solution. Things to address include:
|
||||
- Details of the technical implementation
|
||||
- Tradeoffs made in design decisions
|
||||
- Caveats and considerations for the future
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user