-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: template to new beta format (#17)
## Summary <!-- Please summarize your changes. --> <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> the existing issues template, transitioning it to the newly proposed beta format in accordance with GitHub's recommended best practices for beta releases. The aim is to streamline the process and make it more user-friendly ### AS-IS <img width="412" alt="스크린샷 2023-09-15 오후 3 40 06" src="https://github.com/fepack/image/assets/77133565/b4af81e3-f62c-42d8-b1a1-c35e8e776825"> ### TO-BE <img width="347" alt="스크린샷 2023-09-15 오후 3 40 33" src="https://github.com/fepack/image/assets/77133565/d3ddaff8-430e-4348-9ceb-47e4f25d51f7"> ## Checks <!-- For completed items, change [ ] to [x]. --> <!-- If you leave this checklist empty, your PR will very likely be closed. --> Please check the following: - [x] I have written documents and tests, if needed.
- Loading branch information
Showing
5 changed files
with
111 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fepack/image": patch | ||
--- | ||
|
||
feat: template to new beta format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,28 @@ | ||
--- | ||
name: "Bug Report" | ||
about: Report a reproducible bug or regression in fepack. | ||
name: Bug Report | ||
description: Report a reproducible bug or regression in fepack. | ||
title: "bug: " | ||
labels: "bug" | ||
--- | ||
|
||
<!-- | ||
Please provide a clear and concise description of what the bug is. If possible, | ||
describe when and how the issue arises. Make sure to include screenshots if | ||
necessary, and test with the latest version of the relevant fepack packages to | ||
ensure the issue hasn't been resolved yet. | ||
--> | ||
|
||
fepack version: | ||
|
||
## Steps To Reproduce | ||
|
||
1. | ||
2. | ||
|
||
<!-- | ||
Your bug will be addressed more promptly if we can reproduce it without any | ||
dependencies other than fepack. Issues without a clear reproduction step or | ||
code examples might be closed if they're not actionable. | ||
--> | ||
|
||
Link to code example: | ||
|
||
<!-- | ||
Please provide a CodeSandbox link, a GitHub repository link, or a minimal code | ||
example that reproduces the issue. If applicable, add screenshots of the | ||
application. | ||
--> | ||
|
||
## The current behavior | ||
|
||
|
||
## The expected behavior | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Description of the Issue" | ||
description: "Please provide a detailed description of the problem. If possible, elaborate on when and how the issue arises." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: "Expected Behavior" | ||
description: "Describe what you expected to happen if the issue hadn't occurred." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: "Screenshots" | ||
description: "Attach any screenshots that might help in understanding the issue." | ||
|
||
- type: textarea | ||
attributes: | ||
label: "Proposed Solution" | ||
description: "If you have any suggestions on how the problem can be resolved, please provide them." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,16 @@ | ||
--- | ||
name: "Feature Request" | ||
about: Suggest a new feature or an enhancement to an existing one. | ||
name: Feature Request | ||
description: Use this to suggest a new feature or an improvement to an existing feature in fepack. | ||
title: "feat: " | ||
labels: "enhancement" | ||
--- | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: "Feature Description" | ||
description: "Please provide a detailed description of the feature you would like to add or improve." | ||
validations: | ||
required: true | ||
|
||
<!-- | ||
Please provide a succinct and clear description of the proposed feature or enhancement. | ||
Describe in detail what you want to suggest and why it's important. | ||
--> | ||
|
||
## Feature Description: | ||
|
||
<!-- | ||
Clearly and concisely describe the feature you'd like to see added or improved upon. | ||
--> | ||
|
||
|
||
## Additional Information: | ||
|
||
<!-- | ||
If there's any other context, details, or information related to this feature request, | ||
please provide it here. | ||
--> | ||
- type: textarea | ||
attributes: | ||
label: "Additional Information" | ||
description: "Include any additional information relevant to the feature request." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.