Thank you for your interest in contributing to Port. When contributing to Port, make sure that the changes you wish to make are in line with the project direction. If you are not sure about this, open an issue first, so we can discuss it.
We use github to host code, to track issues and feature requests, as well as to accept pull requests.
We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
We use GitHub issues to track public bugs. Report a bug by opening a new issue.
Write bug reports with detail, background, and sample code. Ideally include the following:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or things you tried that didn't work)
Pull requests are the best way to propose changes to the codebase (we use Github Flow):
- Fork the repo and create your branch from main.
- If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue the pull request.
Any contributions you make will be under the GNU Affero General Public License v3.0. In short, when you submit code changes, your submissions are expected to be under this license.