Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax fix for issue templates #23

Merged
merged 3 commits into from
Aug 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ body:
placeholder: python version
validations:
required: true
- type: text-area
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of the bug.
validations:
required: true
- type: text-area
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce the behaviour
description: Tell us how to reproduce this behaviour. Please try to include a [Minimum Workable Example](https://stackoverflow.com/help/minimal-reproducible-example)
validations:
required: true
- type: text-area
- type: textarea
id: logs
attributes:
label: Relevant log output
Expand Down
41 changes: 18 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,30 @@
name: Feature request
about: Suggest a feature
title: "[Feature]:"
description: Suggest a feature
labels: ["enhancement"]
body:
-type: markdown
attributes:
value: |
Thanks for filling out this report to help us improve!
-type: input
id: Feature
- type: markdown
attributes:
value: |
Thanks for filling out this report to help us improve!
- type: textarea
id: feature
attributes:
label: Feature description
description: Describe the feature you'd like
placeholder: Feature description
validations:
description: Describe the feature you'd like.
validations:
required: true
-type: input
id: Motivation
- type: textarea
id: motivation
attributes:
label: Motivation
description: Please enter the motivation for this feature i.e (problem, performance, etc)
-type: input
id: Possible Implementation
description: Please enter the motivation for this feature i.e (problem, performance, etc).
- type: textarea
id: possible-implementation
attributes:
label: Possible implementation
description: Please enter any possible implementation for this feature
-type: input
id: Additional context
description: Please enter any possible implementation for this feature.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any additional context about the feature request.
placeholder: Additional context


description: Add any additional context about the feature request.