Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 516 Bytes

Contributing.md

File metadata and controls

10 lines (8 loc) · 516 Bytes

Thank you for contributing!

Please follow these steps to get your work merged in.

  1. Read the design guidelines in the docs/ folder.
  2. Clone the repo and make a new branch: $ git checkout https://github.com/SilvinPradhan/eCommWeb.git -b [name_of_new_branch].
  3. Add a feature, fix a bug, or refactor some code :)
  4. Write/update tests for the changes you made, if necessary.
  5. Update README.md and CONTRIBUTORS.md, if necessary.
  6. Open a Pull Request with a comprehensive description of changes.