mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 05:55:58 +01:00
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.
This commit is contained in:
parent
91da4c557b
commit
c091a07589
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue