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 280a852 commit 1b870feCopy full SHA for 1b870fe
CONTRIBUTING.md
@@ -1,8 +1,8 @@
1
Style guide:
2
-PEP-8
3
-Python 2.7 + Python 3.5+ compatible code
4
-PEP-484 type hints, in comments for Python 2.7 compatability
5
-Vertically align the type hints in function definitions
+- PEP-8
+-Python 2.7 + Python 3.5+ compatible code
+- PEP-484 type hints, in comments for Python 2.7 compatability
+- Vertically align the type hints in function definitions
6
7
In order to contribute to the development of ``cwltool``, you need to install cwltool from source (preferably in a virtual environment):
8
Here's a rough guide (improvements are welcome!)
0 commit comments