Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 717 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 717 Bytes

Contributing

Pull requests are welcome from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.

Fork and then clone the repo:

git clone [email protected]:your-username/lfs-warning.git

Add your change. Add tests for your change. Make the tests pass please

Push to your fork and open a pull request.

We may suggestsome changes or improvements or alternatives. We intend to do so as immediate as possible.

To increase the chance that your pull request getting accepted, the following criteria could help:

  • Write passing tests.
  • Write a good commit message.