Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 1.09 KB

The best way to start is to read through the specification documents. Next, introduce yourself on our Gitter Channel. Finally, review the Trello boards and look for a task you can take on. The Trello boards are split up into the primary areas of the P2P VPS system:

To get code accepted into the repository, you need to fork the repository and submit a Pull Request (PR) with your code changes. Here is a rough step-by-step process on how to get started contributing to this project:

  1. Fork this repository to your own account
  2. Make any code changes that you'd like to see added to this repository.
  3. Submit a Pull Request (PR) and link the PR to your forked repository.
  4. An administrator of this project will review your Pull Request for acceptance into the main branch of the respository, or send you a note of additional changes that need to be made.