Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 490 Bytes

File metadata and controls

10 lines (8 loc) · 490 Bytes

Thank you for contributing!

Please follow these steps to get your work merged in.

  1. Check the design guidelines in the css/ folder.
  2. Clone the repo and make a new branch: $ git checkout https://github.com/marcelluscaio/faceMovie -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, if necessary.
  6. Open a Pull Request with a comprehensive description of changes.