aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aa3a632b..8a6c0208 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
2 2
3Contributing just involves sending a pull request. You will probably be more 3Contributing just involves sending a pull request. You will probably be more
4successful with your contribution if you visit the [IRC 4successful with your contribution if you visit the [IRC
5channel](http://webchat.freenode.net/?channels=sway&uio=d4) upfront and discuss 5channel](http://webchat.freenode.net/?channels=sway-devel&uio=d4) upfront and discuss
6your plans. 6your plans.
7 7
8## Release Cycle 8## Release Cycle
@@ -34,7 +34,7 @@ upstream. Try this:
34 34
351. Fork sway 351. Fork sway
362. Clone your fork 362. Clone your fork
373. git remote add upstream git://github.com/SirCmpwn/sway.git 373. git remote add upstream git://github.com/swaywm/sway.git
38 38
39You only need to do this once. You're never going to use your fork's master 39You only need to do this once. You're never going to use your fork's master
40branch. Instead, when you start working on a feature, do this: 40branch. Instead, when you start working on a feature, do this: