Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

32 lines (25 loc) · 1.4 KB

Contribution Guidelines

Please take care of the following points while sending a pull request to this project:

  1. Ensure that the pull request does not add major features or increase the scope of the project. Bug fixes and minor improvements are okay and might be accepted. But major features or changes that increase the complexity of the code will not be accepted.

  2. Follow PEP 8 while editing manpageblog.

  3. Use only Makefile syntax, shell syntax, commands, and options that are specified in POSIX as much as possible while editing Makefile. Avoid Bash-specific and GNU-specific features. See documentation on POSIX Shell Command Language, POSIX Utilities, and POSIX Make for reference.

  4. Follow Erlang/OTP commit message guidelines while writing Git commit messages.