Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 601 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 601 Bytes

Contributing

You consider contributing changes to ngx-uploadx – thank you!

Fork, then clone the repository:

git clone git@github.com:your-username/ngx-uploadx.git

Install dependencies:

npm install

Make your changes. Add tests for your changes.

👉 Please follow our commit message conventions even if you're making a small change!

👉 Please follow the existing styles!

Push to your fork and submit a pull request.