We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb59c commit 508f7fbCopy full SHA for 508f7fb
CONTRIBUTING.md
@@ -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