Added CONTRIBUTING file
[dbsrgits/DBIx-Class.git] / CONTRIBUTING
1 With DBIx::Class on git now, this is the process for contributing.
2
3 1) Clone the DBIx::Class master branch at ABCDEFGH
4 2) Do your work on your machine. This is git - everything is local!
5 3) When you think you're ready, push it back out to ABCDEFGH as a remote branch.
6 4) Notify the other contributors that you're ready to have your branch reviewed.
7 5) Another contributor will merge it back into master.
8
9 Yes, this does mean that DBIx::Class is moving to a formal code review process.
10 Yes, this does mean that you will never merge your own code to master.