Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 935 Bytes

CONTRIBUTING.md

File metadata and controls

50 lines (32 loc) · 935 Bytes

Contributing to package-json-flatten

Make your changes

Clone the repository.

$ git clone git@github.com:okuryu/package-json-flatten.git
$ cd package-json-flatten

Make a branch your working.

$ git checkout -b your-branch

Test your code

Testing is much easier.

$ npm install
$ npm test

Commit your changes with detailed message after passed tests.

$ git commit

Fork the repository

Fork the package-json-flatten repository.

Push your changes into the forked repository.

$ git push origin your-branch

Make a Pull Request

Finally you must be able to make a Pull Request on GitHub.

Also, GitHub official documents might be useful to you for more details.