Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 982 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 982 Bytes

Contributing

Thanks for considering a contribution!

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

When filing a bug, please include as many details as possible. Your configuration options and any error messages are helpful.

For a feature request, please provide a detailed description of what you're looking for. If you have any examples, feel free to include them.

Pull Requests

If you've found a bug, I'd love some help to fix it! Here are the steps to follow in order to get your pull request added.

Fork the repo:

git clone git@github.com:damonbauer/npm-build-boilerplate.git

Install dependencies:

npm install

Author your changes.

Finally, commit your changes to your fork. Then, submit a pull request! We'll review, ask questions and suggest changes (if we have any). If everything looks good, we'll pull your changes in.