Skip to content

Commit 508f7fb

Browse files
committed
added doc about contributions
1 parent 8feb59c commit 508f7fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Guidelines For Contributing Code
2+
================================
3+
4+
If you're ready to contribute back some code/docs, the
5+
process should look like:
6+
7+
* Fork the project on GitHub into your own account.
8+
* Clone your copy of Tastypie.
9+
* Make a new branch in git & commit your changes there.
10+
* Push your new branch up to GitHub.
11+
* Ensure there isn't already an issue or pull request out there on it.
12+
If you feel you have a better fix, please take note of the issue
13+
number & mention it in your pull request.
14+
* Create a new pull request (based on your branch).

0 commit comments

Comments
 (0)