-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce OSPP (Open Source Promotion Plan) #184
base: main
Are you sure you want to change the base?
Conversation
fc07eb5
to
40d6dee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just little changes since we use rust-vmm
to identify our community and project.
ospp/README.md
Outdated
|
||
# How to Participate | ||
|
||
As an organization, RustVMM need a `community contact` who is responsible for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I mentioned, I can be the community contact
but I'd open another PR so we can agree on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it would suffice to track these in issues? You could convert the README into a "master issue" and then add individual projects as sub-issues (using the new github feature). Then status (accepted, under discussion, etc) can be tracked via labels?
Create folder for OSPP (Open Source Promotion Plan), and guidelines for participating OSPP. Signed-off-by: Ruoqing He <[email protected]>
Create `OSPP-2025.md` file to track accepted projects for OSPP 2025 from RustVMM community. Signed-off-by: Ruoqing He <[email protected]>
IMO using PRs for reviewing proposals, suggest changes would be easier and more compact. In that case we can just use the final |
I like @roypat idea with issues, because it will be easy to track progress, etc. but I also agree with @RuoqingHe about reviewing PRs proposals and especially accepting them if as a community we agree it makes sense, since we have a limit of 5 projects (although I think we won't reach the limit this first year). So I don't have a strong preference, I like both ideas, up to you! |
Summary of the PR
OSPP-2025.md
file to track accepted projects for OSPP 2025 from RustVMM community.Requirements
Before submitting your PR, please make sure you addressed the following
requirements:
git commit -s
), and the commit message has max 60 characters for thesummary and max 75 characters for each description line.
test.
Release" section of CHANGELOG.md (if no such section exists, please create one).
unsafe
code is properly documented.