-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Overview
To ensure consistency, clarity, and quality in our pull requests, we need to create a standardized Pull Request Template for this repository.
Acceptance Criteria
- Create a
.github/pull_request_template.mdfile in the root or.githubdirectory. - Template should include sections for:
- Title
- Description
- Related Issues/Tickets
- Type of Change (e.g., feature, bugfix, chore)
- Checklist (e.g., tests added, documentation updated)
- Screenshots (if applicable)
- Should be clear, concise, and easy to fill out.
- Automatically applied when a new PR is opened.
Additional Notes
Feel free to look at PR templates from other open-source Next.js projects for inspiration.
Reactions are currently unavailable