Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

58 lines (46 loc) · 1.47 KB

Contributing to Udacimak

Thank you for considering to contribute to Udacimak!

Submit Pull Request

Start with your own branch

  • Create a branch identifying the issue/feature you're working on:

    #ISSUE_NUMBER-DESCRIPTION
    

Example:

#1-issue-description

Set Up

Now you can start coding!

Commit

Please commit with clear commit messages. Udacimak doesn't have a change log file for each version release. The commits are the way to read changes in a version, so clear and concise commit messages are important.

Coding Style and Tests

Make sure you run:

  • npm run link for Javascript style check
  • npm test and make sure all tests pass

Finish

License

By contributing, you agree that your contributions will be licensed under its MIT License.