Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.13 KB

contributing.md

File metadata and controls

40 lines (25 loc) · 1.13 KB

Contributing Guide

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.

Getting Started

To get started with contributing to PiPFS Hub, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make your changes and commit them to your branch.
  5. Push your changes to your forked repository.
  6. Create a pull request against the original repository.

Code Style

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.

Code of Conduct

PiPFS Hub is committed to fostering a welcoming and inclusive community. Please review our Code of Conduct before contributing.

License

PiPFSHub is released under the MIT License.