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

Added checklist to PR template to enforce standards #2653

Merged
Merged
Changes from 1 commit
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
9 changes: 8 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This section can be deleted after reading.
We employ the following branching strategy to simplify the development process and to ensure that only stable code is pushed to the `master` branch:

- `develop`: For unstable code: New features and bug fixes.
- `master`: Where the stable production ready code lies. Only security related bugs.
- `master`: Where the stable production-ready code lies. Only security-related bugs.

NOTE!!!

Expand All @@ -27,6 +27,9 @@ Fixes #<!--Add related issue number here and delete this comment text block.-->

<!--Yes or No. Note: Add unit tests or automation tests for your code.-->

- [ ] Tests are written for all changes made in this PR.
- [ ] Test coverage meets or exceeds the current coverage (~90/95%).

**Snapshots/Videos:**

<!--Add snapshots or videos wherever possible.-->
Expand All @@ -44,6 +47,10 @@ Fixes #<!--Add related issue number here and delete this comment text block.-->

<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->

**Checklist for Repository Standards**
- [ ] Have you implemented all relevant `coderaabbitai` suggestions?
- [ ] Have you ensured that the PR aligns with the repository’s contribution guidelines?
adithyanotfound marked this conversation as resolved.
Show resolved Hide resolved

**Other information**

<!--Add extra information about this PR here-->
Expand Down