From e8cc12b148051d8cf184bdc632cf99a6e24059d2 Mon Sep 17 00:00:00 2001 From: sohrab Date: Mon, 9 Jun 2025 07:11:09 -0400 Subject: [PATCH] Delete readme.md --- readme.md | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index 26ab433..0000000 --- a/readme.md +++ /dev/null @@ -1,44 +0,0 @@ -Parch Linux RFCs - -This repository is for submitting RFCs (Request for Comments) to the Parch Linux project. - -What is this? - -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. - -How to submit an RFC - -1. Fork this repository. - - -2. Add a Markdown file to the rfcs/ folder using the following format: - -0000-YYYY-MM-DD-subject.md - -0000 is a four-digit number (starting from 0000 and going up). - -YYYY-MM-DD is the date of the proposal. - -subject is a short slug describing the RFC. - - - -3. Open a pull request with your RFC. - - - -Who can vote? - -Only Parch Linux contributors and active community members can vote using 👍 or 👎 reactions on the pull request. - -File structure - -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. -