Added Readme

Signed-off-by: sohrab <behdanisohrab@gmail.com>
This commit is contained in:
Sohrab Behdani 2025-06-09 07:11:31 -04:00
parent e8cc12b148
commit af602330d0

39
readme.md Normal file
View file

@ -0,0 +1,39 @@
# 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.