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: docs/source/contribute.rst
+47-3Lines changed: 47 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,55 @@
1
-
Contribute to Documentation
1
+
Contributing
2
2
============================
3
3
4
+
You can help with ODM2 Python API by contributing code, helping with the documentation, and engaging the team via GitHub issues (questions, solutions, etc).
5
+
6
+
7
+
Installing the development version from the development branch on github
8
+
----------------------------------
9
+
10
+
Note: We follow the `Gitflow workflow <https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow>`__ for development.
11
+
12
+
1. Download both ``requirements.txt`` and ``requirements-dev.txt``.
0 commit comments