You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,19 @@ After developing, the full test suite can be evaluated by running:
31
31
make tests
32
32
```
33
33
34
+
## Opening Pull Requests
35
+
36
+
Please fork the project and open a pull request against the master branch.
37
+
38
+
This will trigger a series of test and lint checks.
39
+
40
+
We advise that you format and run lint locally before doing this to save time:
41
+
42
+
```sh
43
+
make format
44
+
make lint
45
+
```
46
+
34
47
## Documentation
35
48
36
49
The [documentation](http://docs.graphene-python.org/projects/django/en/latest/) is generated using the excellent [Sphinx](http://www.sphinx-doc.org/) and a custom theme.
0 commit comments