Thank you for your interest in contributing to PiPFS Hub! We welcome contributions from the community and are grateful for your help in making PiPFS Hub better.
To get started with contributing to PiPFS Hub, follow these steps:
- Fork the repository on GitHub.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Create a pull request against the original repository.
PiPFS Hub follows the Airbnb JavaScript Style Guide with a few modifications. We use ESLint to enforce the code style.
To check your code for style issues, run the following command:
npm run lint
To automatically fix style issues, run the following command:
npm run lint:fix
We use Jest as the testing framework.
PiPFS Hub is committed to fostering a welcoming and inclusive community. Please review our Code of Conduct before contributing.
PiPFSHub is released under the MIT License.