Skip to content

Commit

Permalink
Add PR Template to the Repository (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: aayush <[email protected]>
Co-authored-by: Smriti Bhandari <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 5fe46ee commit c729287
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
### Description

<!-- Provide a concise description of the changes made in this pull request. -->
This pull request adds/updates/fixes [describe the main goal or feature].

### Changes
- [ ] Updates <!-- Added/updated config or others -->
- [ ] Remove <!-- Bad Script/Code or others-->
- [ ] Fixed issue #[issue number].
- [ ] Improved <!-- optimized existing functionality -->
- [ ] Fixes.
- [ ] Feature <!-- Added -->
- [ ] UI/UX <!-- Enhancement CSS/Looks -->

### Context

<!-- Why is this change necessary? What problem does it solve or what new feature does it add? -->
[Provide the reason for the change or new feature. Mention if it addresses a bug, adds a new feature, or improves existing functionality.]

### How Has This Been Tested?

<!-- Describe the steps you followed to test the changes. If applicable, mention the specific environment where the testing took place. -->
- [ ] Tested on [Npm Build/Yarn/Bun/else].

### Checklist

Please ensure your pull request meets the following requirements:

- [ ] My code follows the style guidelines of this project.
- [ ] I have performed a self-review of my code.
- [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] My changes do not introduce new warnings.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] New and existing unit tests pass locally with my changes.

### Screenshots

<!-- Add any screenshots to help explain your changes or to demonstrate the new feature. -->

### Related Issues

<!-- If this PR fixes an issue, include the relevant issue number here (e.g., "Fixes #123") -->

### Additional Notes

<!-- Add any other context, technical details, or considerations you'd like to share. -->


0 comments on commit c729287

Please sign in to comment.