Skip to content

Add CI that checks that pull request readiness checklist is there in the PR.#301

Open
varun-jaiswal17 wants to merge 8 commits into
opencv:mainfrom
varun-jaiswal17:add-pr-checklist
Open

Add CI that checks that pull request readiness checklist is there in the PR.#301
varun-jaiswal17 wants to merge 8 commits into
opencv:mainfrom
varun-jaiswal17:add-pr-checklist

Conversation

@varun-jaiswal17
Copy link
Copy Markdown
Contributor

@varun-jaiswal17 varun-jaiswal17 commented Mar 19, 2026

Closes #291
Closes #292

Adds a CI workflow that validates the Pull Request Readiness Checklist on every PR.

Checks :

  • PR description is not empty
  • ### Pull Request Readiness Checklist section is present
  • All 6 required checklist items from the PR template are present (not deleted/modified)
  • All checklist boxes are checked - [x] before merging

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • The feature is well documented and sample code can be built with the project CMake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce opencv_extra pull request check Introduce pullrequest checklist check to CI

1 participant