Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 675 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 675 Bytes

Contributing

Installing

Node.js version 17 or above is required.

Fork the project and clone it on your file system.

git clone https://github.com/<username>/axonbody3.git

Access the newly created directory cd axonbody3 and install dependencies npm install.

Making changes

Once you've installed the project, you can begin making changes.
Before committing your changes, you should always run npm run lint.

Create a pull request

Once you're happy with your changes, commit them with git commit and create a pull request.