mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-08 17:15:14 +08:00
Added first draft
This commit is contained in:
14
docs/Contributing.md
Normal file
14
docs/Contributing.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Contributing
|
||||
|
||||
You want to improve this project? Awesome! But before you wirte or modify the existing source code, please note the following guideline:
|
||||
|
||||
- Always make sure to add your changes to the wiki.
|
||||
- 8-space indentation without tabs.
|
||||
- Docstrings as this:
|
||||
```python
|
||||
""" This is single line docstring. """
|
||||
""" This is a
|
||||
""" multiline comment.
|
||||
```
|
||||
- Wrap lines only if really long (it does not matter 79 chars PEP8)
|
||||
- For the rest a bit as it comes :)
|
Reference in New Issue
Block a user