Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 1.06 KB

Contributing to Word-Hunter

Hello there !! Thank you for your interest in contributing to Word-Hunter . I've listed out various points below , which each of us (including me 😁 ) could follow while adding code to this repository . This way , a lot of confusions and compatibilty issues could be redeemed

Guidelines

  • Use Git as your version control system and push code to master branch
  • Follow PEP8 conventions
  • Please name identifiers (variables , classes , functions ...etc) with readable names
  • Please don't forget to rigorously test every feature you add before pushing code
  • Also update the contributors' list in README.md before giving your pull request

If you find that I haven't adhered to any of the above guidelines anywhere in my repository , please feel free to point it out as an issue and correct me 😄