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

Issue Template generated by Open-Set-Go 🚀 #2

Merged
merged 4 commits into from
Apr 7, 2024
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
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: "🐛 Bug Report"
description: "Report a Bug"
title: "🐛 [Bug] - "
labels: ["bug"]
assignees: ["ymw0407"]

body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue.

Please fill in as much of the following form as you're able.
- type: input
attributes:
label: Version
description: Version of `github.com/ymw0407/jamo`
- type: textarea
attributes:
label: What steps will reproduce the bug?
description: Enter details about your bug, preferably a simple code snippet that can be run using `node` directly without installing third-party dependencies.
- type: textarea
attributes:
label: How often does it reproduce? Is there a required condition?
description: If possible please provide textual output instead of screenshots.
- type: textarea
attributes:
label: What is the expected behavior? Why is that the expected behavior?
description: If possible please provide textual output instead of screenshots.
- type: textarea
attributes:
label: What do you see instead?
description: If possible please provide textual output instead of screenshots.
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Tell us anything else you think we should know.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: "🚀 Feature Request"
description: "Request a new feature"
title: "🚀 [Feature Request] - "
labels: ["enhancement"]
assignees: ["ymw0407"]

body:
- type: textarea
id: description
attributes:
label: "Describe"
description: A brief and clear description of the features you are proposing.
validations:
required: true

- type: textarea
id: reasons
attributes:
label: "Reasons"
description: Explain why this function is necessary.
validations:
required: true

- type: textarea
id: how-to
attributes:
label: "How to Implement Features"
description: Describe how to implement the function.
validations:
required: false

- type: textarea
id: additional
attributes:
label: "Additional Explanation"
description: Fill out additional parts or reference links that you need to know.
validations:
required: false

- type: checkboxes
id: connection
attributes:
label: "Connection"
options:
- label: Have no effect on other functions
required: false
- label: Other functions need to be changed
required: false
Loading