Contributor Guidelines #28
GodsScion
started this conversation in
Community Flex
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🧑💻 Contributor Guidelines
Thank you for your efforts and being a part of the community. All contributions are appreciated no matter how small or big. Once you contribute to the code base, your work will be remembered forever.
NOTE: Only Pull request to
community-version
branch will be accepted. Any other requests will be declined by default, especially to main branch.Once your code is tested, your changes will be merged to the
main
branch in next cycle.Code Guidelines
Functions:
''' Explanation '''
under the definitiondef function() -> None:
. Example:(str, list, int, list[str], int | float)
for the parameters and returns must be given. Example:# Comments for developers
.Variables
Configuration variables
/config/file
./modules/validator.py
and add it over there. Example:For config variable
search_location = ""
found in/config/search.py
, string validation is added in file/modules/validator.py
under the methoddef validate_search()
.Attestation
New feature example
Bug fix example
Beta Was this translation helpful? Give feedback.
All reactions