mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-08 19:39:35 +02:00
Update CONTRIBUTING.rst
This commit is contained in:
@@ -39,7 +39,7 @@ You may or may not find it much relevant but I prefer few conventions and code s
|
||||
- Please do follow the Python `PEP 8`_ style guide.
|
||||
- You may or may not include docstrings. Although it's required but can also be added later on after making the PR.
|
||||
- Prefer prefixing the commit messages with emojis. Check the `Emoji Usage Reference`_ for info on which emoji to use.
|
||||
- Explicitly mention and inherit ``object`` when writing classes. For example, prefer `class Foo(object): ...` over ``class Foo: ...``.
|
||||
- Explicitly mention and inherit ``object`` when writing classes. For example, prefer ``class Foo(object): ...`` over ``class Foo: ...``.
|
||||
- Prefer relative imports over absolute imports.
|
||||
|
||||
Emoji Usage Reference
|
||||
|
||||
Reference in New Issue
Block a user