Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 805 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 805 Bytes

Contributing to portusctl

portusctl is a free software program that welcomes new contributors. If you want to get involved with this project, here there are some general guidelines:

  1. Pick a task:
  • Offer feedback on open pull requests or issues.
  • Create a new issue to start a discussion on a new feature or a potential bug.
  1. Fork the project, and work on your changes.
  2. Rebase your changes agains master just to be sure that you are up-to-date.
  3. Make sure that your changes do not break the testing suite. As the README.md file suggests, you can do this by performing the following command at the root of the project: make ci.
  4. Commit your changes, while writing a useful commit message.
  5. Submit a pull request with your changes.

And above all, be nice to everyone.