-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66ce8b6
commit ebfb252
Showing
3 changed files
with
48 additions
and
33 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,42 @@ | ||
<!-- | ||
Thank you for your contribution! 👍 | ||
Please make sure to read CONTRIBUTING.md if you have not already. Pull Requests that do not comply with the rules will be arbitrarily closed. | ||
--> | ||
|
||
### 📝 Description | ||
|
||
_Replace this text by a clear and concise description of what this pull request is about and why it is needed. Be sure to explain the problem you're addressing and the solution you're proposing._ | ||
_For libraries, you can add a code sample of how to use it._ | ||
_For bugfixes, you can explain the previous behavior and how it was fixed._ | ||
_In case of visual features, please attach screenshots or video recordings to demonstrate the changes._ | ||
|
||
<!-- | ||
| Before | After | | ||
| ------------- | ------------- | | ||
| | | | ||
--> | ||
|
||
### ❓ Context | ||
|
||
- **JIRA or GitHub link**: <!-- Attach the relevant ticket number if applicable. (e.g., [JIRA-123] for Jira or #123 for a Github issue) --> | ||
|
||
### ✅ Checklist | ||
|
||
Pull Requests must pass the CI and be code reviewed. Set as Draft if the PR is not ready. | ||
|
||
- [ ] `npx changeset` was attached. | ||
- [ ] **Covered by automatic tests.** <!-- if not, please explain. (Feature must be tested / Bugfix must bring non-regression) --> | ||
- [ ] **Impact of the changes:** <!-- Please take some time to list the impact & what specific areas Quality Assurance (QA) should focus on --> | ||
- | ||
|
||
--- | ||
|
||
### 🧐 Checklist for the PR Reviewers | ||
|
||
<!-- Please do not edit this if you are the PR author --> | ||
|
||
- [ ] **The code aligns with the requirements** described in the linked JIRA or GitHub issue. | ||
- [ ] **The PR description clearly documents the changes** made and explains any technical trade-offs or design decisions. | ||
- [ ] **There are no undocumented trade-offs**, technical debt, or maintainability issues. | ||
- [ ] **The PR has been tested** thoroughly, and any potential edge cases have been considered and handled. | ||
- [ ] **Any new dependencies** have been justified and documented. |
This file was deleted.
Oops, something went wrong.
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