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

Added issue template for contributions #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Issue or Suggestion
description: Report an issue or propose an idea for the project
body:
- type: markdown
attributes:
value: "Thank you for your contribution to the project."
- type: textarea
id: description
attributes:
label: Description
description: Please describe the issue or suggestion in detail.
validations:
required: true
- type: textarea
id: rationale
attributes:
label: Rationale
description: Please explain why this is important for the project.
- type: textarea
id: additional_information
attributes:
label: Additional Information
description: Any other relevant details or context?
- type: dropdown
id: contribution_ability
attributes:
label: Are you able to contribute to this?
options:
- Yes, I can implement this
- I can contribute with guidance
- I cannot contribute directly
validations:
required: true