Skip to content

Commit

Permalink
feat: template to new beta format (#17)
Browse files Browse the repository at this point in the history
## 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
tooooo1 authored Sep 15, 2023
1 parent 20e97d8 commit ef6cb52
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 82 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-pumpkins-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fepack/image": patch
---

feat: template to new beta format
65 changes: 27 additions & 38 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
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."
37 changes: 14 additions & 23 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
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."
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vitest/coverage-istanbul": "^0.34.4",
"esbuild": "^0.18.11",
"jsdom": "^22.1.0",
"playwright": "^1.37.1",
"playwright": "^1.38.0",
"vitest": "^0.34.3"
},
"publishConfig": {
Expand Down
84 changes: 64 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef6cb52

Please sign in to comment.