Welcome! Thanks for considering contributing to the development of pacman-venv. This guide contains useful tips and guidelines to contribute to this project. Testing and coding conventions will be added in more detail in the future.
If you plan on making any changes that might not be fully agreed on, it is recommended to open an issue detailing your ideas first.
Submit all changes to the master
branch. When submitting a Pull Request, make sure to add the change/feature to the Upcoming
section of the Changelog with a reference to the Pull Request (This can be done after submitting the PR or separately by me).
It is highly recommended for you to use pre-commit to ensure you are following the project's conventions.
It is also recommended to use an EditorConfig plugin for your code editor to maintain a consistent coding style for all project files.