forge-srpm-macros/CONTRIBUTING.md

24 lines
667 B
Markdown
Raw Permalink Normal View History

2023-03-27 14:26:16 -05:00
<!--
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
SPDX-License-Identifier: GPL-1.0-or-later
-->
2023-03-27 14:26:15 -05:00
# Contributing
2026-04-21 22:46:37 -05:00
This project is hosted on Fedora Forge.
## Patches
2026-04-22 10:29:57 -05:00
Contributing patches is always welcome!
It is recommended that you send create an issue before starting work on a larger change.
2026-04-21 22:46:37 -05:00
Please run tests locally before submitting your changes.
2023-09-04 20:07:05 +00:00
## Testing
This repository uses `nox` to run unit tests and Python linters.
2026-04-21 22:46:37 -05:00
You can `dnf install nox` and then invoke `nox` to run everything.
2026-04-22 10:29:57 -05:00
CI is run through [builds.sr.ht] using the [yojo] bridge on pushes to `main` and PRs.
[builds.sr.ht]: https://builds.sr.ht
[yojo]: https://codeberg.org/gotmax23/yojo