Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.14 KB

Contributing to Open Source NPM Package Template

We welcome contributions to our open source project on Github.

Issues

Feel free to submit issues and enhancement requests.

Contributing

  1. Fork & Clone the repository
  2. Setup the DX Scanner
    • Install Yarn with npm i -g yarn if not yet installed
    • Install packages with yarn install
    • Run with yarn start
    • Build with yarn build
    • Run tests with yarn test
    • Lint code with yarn lint or yarn lint:fix with autofixer
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull Request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request.

Copyright and Licensing

The Open Source NPM Package Template project is licensed under the Attribution-NonCommercial-ShareAlike 4.0 International License.