Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 368 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 368 Bytes

Contributing to the development of @parachutehome/create-title.macro

  • Fork the repository on Github.
  • Clone the repository locally.
  • Make your changes to the code.
  • Run npm install.
  • Add any necessary changes to the src/__tests__/ folder.
  • Run npm run test.
  • Add any necessary changes to the docs/ folder.
  • Push to Github and open a pull request.