From b17873721a7da8fa855c62a442101b83fc03a1df Mon Sep 17 00:00:00 2001 From: Veselin Ivanov Date: Fri, 27 Jul 2018 17:29:09 +0300 Subject: [PATCH] s/wlroots/waybox where appropriate --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb11f9c..aa11165 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,8 @@ If you already have your own pull 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 -2. `git clone https://github.com/username/waybox && cd wlroots` +1. Fork waybox +2. `git clone https://github.com/username/waybox && cd waybox` 3. `git remote add upstream https://github.com/wizbright/waybox` You only need to do this once. You're never going to use your fork's master @@ -86,7 +86,7 @@ process is: ## Style Reference -wlroots is written in C with a style similar to the [kernel +waybox is written in C with a style similar to the [kernel style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but with a few notable differences.