Skip to content

Commit

Permalink
Merge pull request #2 from ymw0407/Open-Set-Go/Issue/1712475770518
Browse files Browse the repository at this point in the history
Issue Template generated by Open-Set-Go 🚀
  • Loading branch information
ymw0407 authored Apr 7, 2024
2 parents 27bf99e + dba2ccf commit 7ebe1c5
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
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

0 comments on commit 7ebe1c5

Please sign in to comment.