mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
d23a6da9fc
The main README is very large, by placing the documents in a separate directory, we allow the user to choose explicitly what they read, giving a better reading experience and allows a deeper understanding of the project.
1.7 KiB
1.7 KiB
Contributing
Qusal contribution guidelines.
Table of Contents
Respect
Be respectful towards peers.
Environment
You will need to setup you development environment before you start contributing. You will need Qubes OS R4 or higher.
Requirements
The following are the packages you need to install:
General:
- git
For writing:
For linting:
- pre-commit
- gitlint
- salt-lint
- shellcheck
- reuse
For building RPMs:
- sed (GNU sed)
- dnf
- dnf-plugins-core (dnf builddep)
- rpm
- rpmlint
- rpmautospec (only available in Fedora)
RPM Spec
Reference material:
- docs.fedoraproject.org/en-US/packaging-guidelines/
- rpm-software-management.github.io
- rpm-packaging-guide.github.io
- rpm-guide.readthedocs.io
- ftp.rpm.org/max-rpm/s1-rpm-build-creating-spec-file.html
Lint
Lint before you commit, please... else you will have to fix after the PR has already been sent.
Install the local hooks:
pre-commit install
gitlint install-hook
To run pre-commit linters:
pre-commit run
Where to start
See open issues and search for the word TODO
in the repository files.