Skip to content

Commit

Permalink
add new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Sep 5, 2024
1 parent 0a69fcf commit dc53ab7
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 58 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

86 changes: 86 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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"
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit dc53ab7

Please sign in to comment.