Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 937 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 937 Bytes

Contributing

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Developing

Workflow

  • Fork the repository
  • Clone your fork and change directory to it (git clone git@github.com:yourUserName/format-message.git && cd format-message)
  • Install the project dependencies (npm install)
  • Link your forked clone (npm link)
  • Develop your changes ensuring you're fetching updates from upstream often
  • Ensure the test are passing (npm test)
  • Create new pull request explaining your proposed change or reference an issue in your commit message

Code Standards

Testing

$ npm test

Linting

$ npm run lint