Ideas and new features proposals and designs for Projects to be made by IEEE Project Committee💻 .
This repository serves as a central hub to keep track of all Project requests and major features, Plan of Actions of the project built by IEEE MSIT Projects Committee.
-
Clone the repository
-
Create a copy of
rfc-template.md
underproblem/rfc-<0000>-<your-awesome-idea>.md
(replace<0000>
by incrementing the previous rfc # in the repo). -
Create a new branch
rfc-<0000>-<your-awesome-idea>
by typing the following commands:git checkout -b rfc-<0000>-<your-awesome-idea>
-
Fill up Step 1 and raise a PR for the members to review. This will help us understand if the feature/change/project is worth pursuing.
-
You will receive feedback on your proposal and once all the comments are addressed, your PR will be marked as
Ready for Design Proposal
orChanges Proposed
orRejected
. -
Once marked with
Ready for Design Proposal
, fill up Step 2 of the RFC and move the file over todesign/rfc-<your-awesome-idea>.md
and update the PR. -
After another round of reviews, your PR will be marked as
Accepted
orChanges Requested
. -
If
Accepted
, Congratulations!! You can go ahead with the implementation of your great new idea!
At any point, if you are stuck, feel free to raise an issue to ask questions or seek mentorship! Happy Coding!