From 4d340b05d4ba83e4483e3e460f83bd3ee0571990 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Dec 12 2024 18:06:23 +0000 Subject: Contribute page --- diff --git a/_data/centos/navbar.yml b/_data/centos/navbar.yml index b524814..ccfd7b4 100644 --- a/_data/centos/navbar.yml +++ b/_data/centos/navbar.yml @@ -27,7 +27,7 @@ link: "#" menu: - name: "Contribute" - link: "https://wiki.centos.org/Contribute.html" + link: "/contribute" icon: "fa-solid fa-handshake-angle" - name: "Forums" link: "https://discussion.fedoraproject.org/c/neighbors/centos/71" diff --git a/contribute.md b/contribute.md new file mode 100644 index 0000000..08d58b4 --- /dev/null +++ b/contribute.md @@ -0,0 +1,51 @@ +--- +title: Contribute +with_toc: true +with_content_width: col col-lg-8 +--- + + Stream Contributor’s Guide + + +## Help others on the mailing list, forums, or chat + +We have a lot of users asking for good advice. +If you are experienced and want to help the project, join our +[mailing lists](https://lists.centos.org/hyperkitty/), +[Discourse forums](https://discussion.fedoraproject.org/c/neighbors/centos/71), and +[Matrix chat](https://matrix.to/#/#centos-space:fedora.im). + + +## Join a SIG or start your own + +CentOS Special Interest Groups (SIGs) are smaller groups within the CentOS community +that focus feature work on or awareness around a topic related to CentOS Stream. + +There are SIGs with very different goals, such as deployment at a masive scale, +making alternative CentOS Stream images (including KDE Live), +immutable CoreOS builds, and many more. + +See the list of active [CentOS SIGs](/sigs) and learn more about SIGs in general in the +[CentOS SIG Guide](https://docs.centos.org/centos-sig-guide/). + + +## Test and contribute to CentOS Stream + +CentOS Stream is a Linux distribution built by Red Hat Enterprise Linux (RHEL) engineers +as part of public RHEL development. +It's used by RHEL customers in CI and to preview what's coming to the next minor RHEL version, +as a contribution path to RHEL itself, and as a base for CentOS SIGs. + +You can test your applications in CI and [report bugs to CentOS Stream](/bugs). + +Or even learn how to +[contribute to CentOS Stream](https://docs.centos.org/centos-stream-docs/contributors-guide/) +and contribute code directly. + +## Join the EPEL effort + +[EPEL](https://docs.centos.org/centos-stream-docs/contributors-guide/) - +Extra Packages for Enterprise Linux - is a Fedora Special Interest Group that creates, +maintains, and manages a high quality set of additional packages for Enterprise Linux, +including, but not limited to, Red Hat Enterprise Linux (RHEL) and CentOS. +Getting involved in EPEL is a great way to make CentOS more useful.