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:
- 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.
- Fork the project, and work on your changes.
- Rebase your changes agains
master
just to be sure that you are up-to-date. - 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
. - Commit your changes, while writing a useful commit message.
- Submit a pull request with your changes.
And above all, be nice to everyone.