Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.45 KB

CONTRIBUTING.MD

File metadata and controls

45 lines (29 loc) · 2.45 KB

Contributing guide

Thanks for your contribution 🥳 to the Fastily website redesign project!

Code of Conduct

Pull Request Policy

Before merging

This repository follows the same rules as a Fastify plugin repository. A detailed process is explained at fastify/CONTRIBUTING.md#rules

Vocabulary

  • A Contributor is any individual who creates an issue/PR, comments on an issue/PR or contributes in some other way.
  • A Collaborator is a contributor with write access to the repository. See here on how to become a collaborator.

Becoming a collaborator

We follow the Fastify organization Governance model so it is necessary to contribute to this repository in order to become a member.

Debugging failing checks

  • For failing formatting or linting, try running:
npm run format

Developer's Certificate of Origin 1.1

By contributing to this project, I certify that:

  • (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
  • (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
  • (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
  • (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.