aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authortiosgz <alamica@protonmail.com>2022-04-22 12:14:45 +0000
committerSimon Ser <contact@emersion.fr>2022-04-24 17:07:04 +0000
commitc091a075894253808daa4cb251383d7c20072293 (patch)
treed6533e4f26ddc7f8cc66c25e3d86233470955259 /CONTRIBUTING.md
parent91da4c557b5f46167ce78576b2e8d5dead81bec1 (diff)
CONTRIBUTING.md: make forks public to let the CI run
This little note helps first-time contributors who are in doubt regarding the repo visibility.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 63e279b5..0ef9f7c1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ If you already have your own merge request habits, feel free to use them. If you
don't, however, allow me to make a suggestion: feature branches pulled from
upstream. Try this:
-1. Fork wlroots
+1. Fork wlroots (make the fork public to allow the CI to run)
2. `git clone git@gitlab.freedesktop.org:<username>/wlroots.git && cd wlroots`
3. `git remote add upstream https://gitlab.freedesktop.org/wlroots/wlroots.git`