From 61510cc076c7653ec35521d24366ca884fb1c392 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 23 Dec 2021 23:40:09 +0530 Subject: [PATCH] (chore): Add contributing guide to Readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a79a2c6fe..efdde1e1b1 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,9 @@ Core manifests for [Scoop](https://scoop.sh), the Windows command-line installer How do I install these manifests? --------------------------------- -Just `scoop install `. This is the default bucket for Scoop and is added by default. +Just do `scoop install `. This is the default bucket for Scoop and is added by default. + +How do I contribute new manifests? +---------------------------------- + +To make a new manifest conribution, please read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).