Skip to content

Commit

Permalink
Changes to issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
techtanic committed Sep 3, 2024
1 parent 8f03e2e commit a25adc3
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 64 deletions.
34 changes: 16 additions & 18 deletions .github/ISSUE_TEMPLATE/bug-form.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
name: Bug Report
description: File a bug report
description: Please let us know if you're facing any problems, errors, or unexpected behavior.
title: "[Bug]: "
labels: "Type: Bug"
labels: ["Type: Bug", "Status: TBC"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thank you for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: |
Also tell us, what did you expect to happen?
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
placeholder: Describe what you experienced.
Please describe the issue you encountered and what you expected to happen.
You can also attach images or log files by highlighting this area and dragging the files in.
placeholder: Describe your experience.
validations:
required: true

- type: dropdown
id: enroller
attributes:
label: Enroller
description: Which Enroller caused this?
description: Which Enroller caused this issue?
options:
- GUI
- CLI
- COLAB

validations:
required: true

- type: dropdown
id: os
attributes:
Expand All @@ -40,21 +40,19 @@ body:
- Mac-OS
validations:
required: true

- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
description: Please copy and paste any relevant log output. It will be automatically formatted as code.
render: shell

- type: checkboxes
id: terms
attributes:
label: Terms
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/techtanic/Discounted-Udemy-Course-Enroller/blob/master/CODE_OF_CONDUCT.md)
options:
- label: I am using the latest version available.
required: true
- label: I agree to follow this project's Code of Conduct
required: true

- label: I am using the latest available version.
required: true
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Feature Request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["Type: Enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature for this project!
- 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 [...]
placeholder: Describe the problem.
validations:
required: false

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: Describe the solution.
validations:
required: true

- 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.
placeholder: Describe the alternatives.
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
placeholder: Add any other context.
validations:
required: false

0 comments on commit a25adc3

Please sign in to comment.