Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RuoqingHe
Copy link
Member

Summary of the PR

  • Create folder for OSPP (Open Source Promotion Plan), and guidelines for participating OSPP.
  • Create 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:

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

@RuoqingHe RuoqingHe force-pushed the intro-ospp branch 2 times, most recently from fc07eb5 to 40d6dee Compare March 4, 2025 10:19
Copy link
Member

@stefano-garzarella stefano-garzarella left a 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
Copy link
Member

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.

Copy link
Collaborator

@roypat roypat left a 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]>
@RuoqingHe
Copy link
Member Author

RuoqingHe commented Mar 4, 2025

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?

IMO using PRs for reviewing proposals, suggest changes would be easier and more compact. In that case we can just use the final OSPP-<year>.md file for submission, and the status of each proposals are simply annotated by merged or closed. And we can also lable PRs 🙂

@stefano-garzarella
Copy link
Member

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?

IMO using PRs for reviewing proposals, suggest changes would be easier and more compact. In that case we can just use the final OSPP-<year>.md file for submission, and the status of each proposals are simply annotated by merged or closed. And we can also lable PRs 🙂

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants