Skip to content

Commit bea11ad

Browse files
committed
Added contributing section to README
[ci skip]
1 parent e6419b3 commit bea11ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ Analyzing 6 files using 8 processes..
4747
Minimum required versions: !2, 3.4
4848
```
4949
When it yields `!2` or `!3` it means that it explicitly cannot run on that version.
50+
51+
## Contributing
52+
Contributions are very welcome, especially adding and updating detection rules of modules, functions, classes etc. to cover as many Python versions as possible. For PRs, make sure to keep the code vanilla Python and run `make test` first. Note that code must be remain valid and working on Python v2.7+ and v3+.

0 commit comments

Comments
 (0)