Skip to main content
OSBridge
Features
Docs
Programs
OSBridge
Features
Docs
Programs
© OSBridge. MIT Licensed.
Login Now
Documentation
Docs
Contributing
First PR Checklist
An interactive checklist to follow before, during, and after your first pull request.
5 min read
Before You Start Coding
#
Pre-Development Checklist
0/6 completed
Read the issue description completely
Read the project's CONTRIBUTING.md
Comment on the issue expressing interest
Wait for maintainer acknowledgment
Fork and clone the repository
Run the project locally and verify tests pass
While Coding
#
Development Checklist
0/6 completed
Created a descriptive feature branch (not main)
Made focused, atomic commits
Followed the project's code style
Added or updated tests for changes
All existing tests still pass
No unrelated changes included
Submitting Your PR
#
Submission Checklist
0/6 completed
PR title includes the issue number (e.g., 'Fix #42: ...')
PR description explains what and why, not just how
Linked the PR to the issue
Rebased on latest upstream/main
CI checks are passing
Requested review from a maintainer
After Submission
#
Post-Submission Checklist
0/4 completed
Responded to review feedback within 48 hours
Made requested changes in new commits
Thanked the reviewer after merge
Celebrated your contribution! 🎉
Previous
Finding Issues
Contributing
Next
Code Review Tips
Contributing
On this page
Before You Start Coding
While Coding
Submitting Your PR
After Submission