sandbox icon indicating copy to clipboard operation
sandbox copied to clipboard

[PROJECT ONBOARDING] Runme Notebooks

Open mrbobbytables opened this issue 9 months ago โ€ข 23 comments
trafficstars

Welcome to CNCF Project Onboarding

Sandbox reference issue: https://github.com/cncf/sandbox/issues/127

This is an issue created to help onboard your project into the CNCF after the TOC has voted to accept your project.

We would like your project to complete onboarding within one month of acceptance.

Please track your progress by using "Quote reply" to create your own copy of this checklist in an issue, so that you can update the status as you finish items.

REQUIRED BEFORE PROCEEDING WITH ONBOARDING

A "Project Contribution Agreement" must be completed and any existing trademarks MUST be transferred to the Linux Foundation BEFORE CNCF staff onboarding tasks can be completed.

  • [x] Review and understand the CNCF IP Policy. Ensure you are using a CNCF compatible license; inbound projects must use the Apache 2.0 license or seek approval for exceptions. Licenses for dependencies are covered separately below.
  • [x] Review and understand the LF trademark guidelines.
  • [x] Transfer any trademark and logo assets to the Linux Foundation via the Contribution Agreement. CNCF staff will send this document to the contact emails listed in the Sandbox application.

Review and understand other documents

Contribute and transfer other materials

  • [x] Move your project to its own separate neutral GitHub organization. This will make it transferable to the CNCF's GitHub Enterprise account. If it's already in a GHE account, you will need to remove it from that first.
  • [x] Accept the invite to join the CNCF GitHub Enterprise account. We'll then add thelinuxfoundation as an organization owner to ensure neutral hosting of your project.
  • [ ] Migrate your Slack channels (if any) to the Kubernetes or CNCF Slack workspace. CNCF staff can help.
  • [ ] Join the #maintainers-circle Slack channel.
  • [ ] Transfer your domain to the CNCF. The "LF Stakeholder email" is [email protected]. The "Project" is CNCF.
  • [ ] Submit a pull request with your artwork.
  • [ ] Transfer website analytics to [email protected]. CNCF staff can help.

Update and document project details

  • [x] Ensure that DCO (preferred) or CLA are enabled for all GitHub repositories of the project.
  • [ ] Ensure that that the CNCF Code of Conduct (or your adopted version of it) are explicitly referenced at the project's README.md on GitHub.
  • [ ] Ensure LF footer is on your website and guidelines are followed (if your project doesn't have a dedicated website, please adopt those guidelines for the README.md file). The project-specific footer text you should use will be provided in the Contribution Agreement instructions.
  • [ ] Create a maintainer list and add it to the aggregated CNCF maintainer list via pull request.
  • [ ] Provide emails for the maintainers to get access to the maintainers mailing list and Service Desk. Email them to [email protected].
  • [ ] Start working on written, open governance and consider adding this to a GOVERNANCE.md file at the root of your repo.
  • [ ] Start on an OpenSSF Best Practices Badge.

CNCF staff tasks to support the project

mrbobbytables avatar Jan 21 '25 15:01 mrbobbytables

Welcome to the CNCF Sandbox @admc and the Runme Notebooks team!

CNCF staff is working on the first step, which is to create and share the Contribution Agreement with you shortly.

I'll send an email to the contacts listed on the Sandbox application. The Contribution Agreement can be signed by the contributing organization listed there, or a group of individuals.

krook avatar Jan 23 '25 17:01 krook

Thank you!

admc avatar Jan 23 '25 17:01 admc

Welcome again to the CNCF Sandbox! We're creating the Contribution Agreement document for you now and should have it to you shortly.

In the meantime, there are a few generic tasks in this checklist that you can work on that don't have a hard dependency on the CA, such as reviewing documents, documenting any governance you may already have, and preparing your maintainer lists to share.

krook avatar Jan 27 '25 23:01 krook

The Contribution Agreement has just been sent by email to the folks listed on the Sandbox application.

krook avatar Jan 29 '25 20:01 krook

  • [x] Review and understand the CNCF IP Policy. Ensure you are using a CNCF compatible license; inbound projects must use the Apache 2.0 license or seek approval for exceptions. Licenses for dependencies are covered separately below.
  • [x] Review and understand the LF trademark guidelines.
  • [x] Transfer any trademark and logo assets to the Linux Foundation via the Contribution Agreement. CNCF staff will send this document to the contact emails listed in the Sandbox application.

โ˜‘ Done

sourishkrout avatar Feb 19 '25 21:02 sourishkrout

Review and understand other documents

Still working through licenses and telemetry.

sourishkrout avatar Feb 19 '25 21:02 sourishkrout

@mrbobbytables, as part of completing the dependency license allowlist, is it sufficient to report gaps, or is the requirement to be fully compliant to check off the item?

sourishkrout avatar Feb 19 '25 23:02 sourishkrout

@mrbobbytables Similarly, for the telemetry data collection and usage policy, Runme uses Scarf.sh and aggregated usage metrics without any form of PII, and users have complete control over it (e.g., understand DO_NOT_TRACK=1). Do we need to complete a legal review to complete this item?

sourishkrout avatar Feb 19 '25 23:02 sourishkrout

@krook, perhaps I should have pinged you about my questions โ˜. help, please!

sourishkrout avatar Feb 20 '25 21:02 sourishkrout

Hi @sourishkrout I'll ask our Legal folks what they suggest here.

krook avatar Feb 20 '25 21:02 krook

@mrbobbytables, as part of completing the dependency license allowlist, is it sufficient to report gaps, or is the requirement to be fully compliant to check off the item?

@krook, I have finished this now. We just merged PRs, which will be released soon, that removed third-party libraries with non-approved licenses.

  • https://github.com/stateful/vscode-runme/pull/1974
  • https://github.com/stateful/runme/pull/747

sourishkrout avatar Feb 21 '25 17:02 sourishkrout

  • [x] Ensure that DCO (preferred) or CLA are enabled for all GitHub repositories of the project.

DCO is now enabled for:

  • https://github.com/stateful/runme
  • https://github.com/stateful/vscode-runme
  • https://github.com/stateful/docs.runme.dev

sourishkrout avatar Feb 24 '25 23:02 sourishkrout

Project's DevStats instance was added.

lukaszgryglicki avatar Feb 26 '25 07:02 lukaszgryglicki

  • [x] Move your project to its own separate neutral GitHub organization. This will make it transferable to the CNCF's GitHub Enterprise account. If it's already in a GHE account, you will need to remove it from that first.

Working on setting up https://github.com/runmedev. First, attempt to transfer the docs website (https://github.com/stateful/docs.runme.dev) to it to make sure we can continue to publish the docs. At that point, it'd be good to associate the org with the CNCF before we migrate the remaining repos. I'm trying to avoid release/pipeline downtime.

sourishkrout avatar Feb 27 '25 20:02 sourishkrout

  • [x] Move your project to its own separate neutral GitHub organization. This will make it transferable to the CNCF's GitHub Enterprise account. If it's already in a GHE account, you will need to remove it from that first.

Working on setting up https://github.com/runmedev. First, attempt to transfer the docs website (https://github.com/stateful/docs.runme.dev) to it to make sure we can continue to publish the docs. At that point, it'd be good to associate the org with the CNCF before we migrate the remaining repos. I'm trying to avoid release/pipeline downtime.

The org with the first repo docs.runme.dev transferred is ready now. Successfully published the docs. Can we please associate the org with the CNCF, @krook? Before I'll go ahead and move the higher stakes repos.

sourishkrout avatar Feb 27 '25 21:02 sourishkrout

Can you please ping me when the project is moved to a separate GitHub org? I will then update DevStats to track that org.

lukaszgryglicki avatar Feb 28 '25 05:02 lukaszgryglicki

@sourishkrout I've invited https://github.com/runmedev to our GHE

@lukaszgryglicki that's the new org

krook avatar Mar 05 '25 21:03 krook

@sourishkrout I've invited https://github.com/runmedev to our GHE

@lukaszgryglicki that's the new org

Accepted the invite ๐Ÿ‘. Lemme know if everything looks okay on your side.

sourishkrout avatar Mar 06 '25 21:03 sourishkrout

FYI, I will move the other two repos to the new org this week.

sourishkrout avatar Mar 10 '25 16:03 sourishkrout

Now that your project is in the CNCF GitHub Enterprise account we're going to do these two tasks on our side:

  • Add thelinuxfoundation as an an organization owner, if it's not already one.
  • Use that id to install the "LFX CM" GitHub app which will feed read-only, public activity to LFX Insights.

krook avatar Mar 12 '25 21:03 krook

โœ… done.

  • Use that id to install the "LFX CM" GitHub app which will feed read-only, public activity to LFX Insights.

I believe somebody has to trigger installing the app so an owner can improve it inside the runmedev org.

sourishkrout avatar Mar 13 '25 23:03 sourishkrout

FYI, I will move the other two repos to the new org this week.

Repos were moved, @krook @lukaszgryglicki:

  • https://github.com/runmedev/runme
  • https://github.com/runmedev/runmejs
  • https://github.com/runmedev/vscode-runme
  • https://github.com/runmedev/docs.runme.dev

sourishkrout avatar Mar 13 '25 23:03 sourishkrout

Project has been added to CLOMonitor

cynthia-sg avatar Mar 18 '25 17:03 cynthia-sg

  • Add thelinuxfoundation as an an organization owner, if it's not already one.
  • Use that id to install the "LFX CM" GitHub app which will feed read-only, public activity to LFX Insights.

This has now been done by CNCF staff.

krook avatar Mar 31 '25 10:03 krook

@sourishkrout are there any updates on onboarding tasks you may have already completed?

krook avatar Apr 07 '25 18:04 krook

@krook We are currently working through these. I'll let you know when they complete.

sourishkrout avatar Apr 08 '25 15:04 sourishkrout

@krook I sent you a slack message, but if you have instructions on how to transfer the analytic I would appreciate it! ๐Ÿ™

admc avatar Apr 14 '25 20:04 admc

@krook I sent you a slack message, but if you have instructions on how to transfer the analytic I would appreciate it! ๐Ÿ™

@chalin is this something you can connect with @admc on please?

krook avatar Apr 15 '25 02:04 krook

The landscape entry is added - https://github.com/cncf/landscape/pull/4332

idvoretskyi avatar Apr 15 '25 09:04 idvoretskyi

@admc do you have a preference for FOSSA or Snyk for license scanning?

@krook I do not seem to have email addresses registered for the maintainer team. Can you PTAL?

RobertKielty avatar Apr 22 '25 07:04 RobertKielty