This repository is for submitting RFCs (Request for Comments) to the Parch Linux project.
RFCs are documents used to propose new features, changes, or directions for Parch Linux. They are meant to be discussed, reviewed, and improved with feedback from contributors and the community.
-
Fork this repository.
-
Add a Markdown file to the
rfcs/folder using the following format:0000-YYYY-MM-DD-subject.md0000is a four-digit number (starting from 0000 and going up).YYYY-MM-DDis the date of the proposal.subjectis a short slug describing the RFC.
-
Open a pull request with your RFC.
Only Parch Linux contributors and active community members can vote using π or π reactions on the pull request.
All RFCs must go into the rfcs/ directory:
rfcs/
βββ 0000-2025-06-09-example-subject.md
βββ 0001-2025-06-10-another-topic.md
βββ ...
Merged RFCs become part of the project's development history. Further changes require a new RFC.