Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.53 KB

contribute.md

File metadata and controls

46 lines (31 loc) · 1.53 KB
layout title
default
rpm.org - Contribute

How to contribute to rpm.org

Source code

Our source code is maintained in a git repository at GitHub:

git clone https://github.com/rpm-software-management/rpm.git

Web site

The rpm.org web site is maintained in another git repository on GitHub:

git clone https://github.com/rpm-software-management/rpm-web.git

Translations

Rpm is translated to non-English languages via Fedora Weblate instance

Submitting changes

Write access can be granted for established contributors upon request, but for most things sending patches to the rpm-maint mailing list or creating a pull request on GitHub should be sufficient.

When sending patches, please use git send-email instead of any desktop email clients.

When planning on major changes to either code or web-site, please discuss it first on the rpm mailing lists with the rpm.org development team.

Where to start

Fixing existing bugs and known issues is always a good way to get started. Some pointers below: