From 2e3c185d6fc2834a90f2352586f0ac588963cb32 Mon Sep 17 00:00:00 2001 From: Rahim Date: Mon, 24 Nov 2025 15:35:14 +1100 Subject: [PATCH] chore(root): update contributing --- CONTRIBUTING.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db5aaed7..dda42392 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ You’ll need the following installed: > PNPM will automatically use the correct Node version when running scripts. > If you prefer NVM: after installing it, simply run `nvm use` in the repo root. -### Fork & Clone +### ⬇️ Fork & Clone 1. [Fork on GitHub][vjs-gh]. 2. Clone your fork locally and set up upstream tracking: @@ -47,7 +47,7 @@ git checkout main git pull upstream main ``` -### Install Dependencies +### ⚙️ Setup ```sh pnpm install @@ -214,14 +214,7 @@ Then, open a PR via the green **“Compare & Pull Request”** button. In the de [link-pr-issue]: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword -## Community - -To discuss larger ideas or prototypes, or to help out with ongoing discussions, open a thread in: - -- [Discord][discord] -- [GitHub Discussions][gh-discussions] - -## Developer's Certificate of Origin 1.1 +### Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: @@ -247,7 +240,13 @@ By making a contribution to this project, I certify that: maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. -[vjs-gh]: https://github.com/videojs/v10 +## Community + +To discuss larger ideas or prototypes, or to help out with ongoing discussions, open a thread in: + +- [Discord][discord] +- [GitHub Discussions][gh-discussions] + [conventional-commit-style]: https://www.conventionalcommits.org/en/v1.0.0/#summary [discord]: https://discord.gg/JBqHh485uF [gh-discussions]: https://github.com/videojs/v10/discussions