-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
132 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,86 @@ | ||
name: Bug Report for solder.py | ||
description: File a bug report for solder.py | ||
title: "[BUG]: " | ||
labels: ["TYPE: BUG", "STATUS: NOT STARTED", "PRIORITY: N/A"] | ||
body: | ||
- type: textarea | ||
id: Describe-the-bug | ||
attributes: | ||
label: Describe the bug | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: To-Reproduce | ||
attributes: | ||
label: To Reproduce | ||
description: Steps to reproduce the behavior | ||
placeholder: | ||
value: "1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
placeholder: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: input | ||
id: solderversion | ||
attributes: | ||
label: solder.py Version | ||
description: What version of solder.py are you running? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: What OS/Container are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Official Docker | ||
- Windows | ||
- Linux | ||
- MAC | ||
- BSD | ||
- Docker | ||
- LVC | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: "We only guarantee support trough our official docker container" | ||
- type: textarea | ||
id: Screenshots | ||
attributes: | ||
label: Screenshots | ||
description: | ||
placeholder: "Add screenshots to help explain your problem here. If you don't, we may not help you." | ||
- type: textarea | ||
id: Enviroment Variables | ||
attributes: | ||
label: Provide censored enviroment variables here | ||
description: | ||
placeholder: Paste variables here | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Snippet of the issue in Logs from your docker container | ||
description: | ||
placeholder: Paste log here | ||
render: shell | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: "## Issues not providing the required files will not get help" |
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,46 @@ | ||
name: Enhancement request solder.py | ||
description: File a enhancement request solder.py | ||
title: "[ENHANCEMENT]: " | ||
labels: ["TYPE: ENHANCEMENT", "STATUS: NOT STARTED", "PRIORITY: N/A"] | ||
body: | ||
- type: textarea | ||
id: prob | ||
attributes: | ||
label: Is your enhancement request related to a problem? Please describe. | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: sol | ||
attributes: | ||
label: Describe the solution you'd like | ||
placeholder: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alt | ||
attributes: | ||
label: Describe alternatives you've considered | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: input | ||
id: solderversion | ||
attributes: | ||
label: solder.py Version | ||
description: What version of solder.py are you running? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Screenshots | ||
attributes: | ||
label: Screenshots | ||
description: | ||
placeholder: "Add screenshots to help explain." | ||
- type: textarea | ||
id: cont | ||
attributes: | ||
label: Additional context | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.