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

Feature/create more GitHub issue/pr template #518 #650

Closed
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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATES/request_change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## πŸš€ Feature Request

<!-- Provide a clear and concise description of the requested feature or change. -->

## πŸ“ Description

<!-- Describe why this change is needed. What problem does it solve? What benefits does it bring? -->

## πŸ” Alternatives Considered

<!-- Describe any alternative solutions or features you've considered. -->

## πŸ“‹ Additional Context

<!-- Add any other context or screenshots about the feature request here. -->

## βœ… Checklist

- [ ] I have searched the existing issues for similar feature requests.
- [ ] I have provided a clear and concise description of my request.
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATES/add_update_component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## 🎯 Changes

<!-- Describe the changes made in this PR. Is it a new component, tool, or template? Or is it an update to an existing one? -->
Copy link
Collaborator

@MacFJA MacFJA Jul 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!-- Describe the changes made in this PR. Is it a new component, tool, or template? Or is it an update to an existing one? -->
<!-- Describe the changes made in this PR. Is it a new package or template? Or is it an update to an existing one? -->

The distinction between component and tool have been removed.
There are only 6 kind of content (and 2 for external source code):

  • package (before it was component and tools)
  • template
  • recipe
  • cheat sheet
  • event
  • resource (video, books)


## πŸ“ Description

<!-- Provide a detailed description of the changes. What problem does it solve? How does it improve the existing functionality? -->

## πŸ“Έ Screenshots (if applicable)

<!-- Include screenshots of the new or updated component/tool/template if applicable. -->
Comment on lines +9 to +11
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know about this section.
We don't have a screenshot on packages or templates.


## βœ… Checklist

- [ ] I have given my PR a descriptive title.
- [ ] I have run `pnpm run lint` locally on my changes.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have added necessary documentation (if appropriate).

## πŸ”— Related Issues

<!-- List any related issues or pull requests here, e.g., "Resolves #123" or "Relates to #456". -->
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATES/delete_component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## πŸ—‘οΈ Deletion Request

<!-- Describe the component/template/tool that is being deleted and the reasons for its removal. -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<!-- Describe the component/template/tool that is being deleted and the reasons for its removal. -->
<!-- Describe the package/template that is being deleted and the reasons for its removal. -->


## πŸ“‹ Rationale

<!-- Provide a detailed rationale for the deletion. Why is this component/template/tool no longer needed? What are the benefits of removing it? -->

## βœ… Checklist

- [ ] I have given my PR a descriptive title.
- [ ] I have run `pnpm run lint` locally on my changes.
- [ ] I have verified that the deleted component/template/tool is no longer referenced or used anywhere in the codebase.
- [ ] I have updated the documentation (if appropriate) to reflect the deletion.

## πŸ”— Related Issues

<!-- List any related issues or pull requests here, e.g., "Resolves #123" or "Relates to #456". -->
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATES/other_changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 🎯 Changes

<!-- Describe the changes made in this PR. Are they minor fixes, documentation updates, or other types of changes? -->

## πŸ“ Description

<!-- Provide a detailed description of the changes. What problem do they solve? How do they improve the existing functionality? -->

## βœ… Checklist

- [ ] I have given my PR a descriptive title.
- [ ] I have run `pnpm run lint` locally on my changes.
- [ ] I have updated the documentation (if appropriate).

## πŸ”— Related Issues

<!-- List any related issues or pull requests here, e.g., "Resolves #123" or "Relates to #456". -->
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATES/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 🎯 Changes

<!-- What changes are made in this PR? Is it a feature or a package submission? -->

## βœ… Checklist

- [ ] I have given my PR a descriptive title
- [ ] I have run `pnpm run lint` locally on my changes