]> git.sur5r.net Git - i3/i3/commitdiff
Reworded the documentation slightly and fixed the link to correctly point to Github.
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 1 Apr 2015 15:47:38 +0000 (17:47 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 2 Apr 2015 06:53:40 +0000 (08:53 +0200)
docs/hacking-howto

index 9fc5c63117e9be52a8ef91f9f8a2db1f7ac0f31b..71919e3043435b959d639547239ef5b8f420e620 100644 (file)
@@ -959,18 +959,21 @@ http://web.archive.org/web/20121024222556/http://www.spheredev.org/wiki/Git_for_
 or, for more documentation, see http://git-scm.com/documentation
 
 Please talk to us before working on new features to see whether they will be
-accepted. There are a few things which we don’t want to see in i3, e.g. a
-command which will focus windows in an alt+tab like way.
+accepted. A good way for this is to open an issue and asking for opinions on it.
+Even for accepted features, this can be a good way to refine an idea upfront. However,
+we don't want to see certain features in i3, e.g., switching window focus in an
+Alt+Tab like way.
 
 When working on bugfixes, please make sure you mention that you are working on
-it in the corresponding bugreport at https://github.com/i3/i3/issues In case
-there is no bugreport yet, please create one.
+it in the corresponding bug report at https://github.com/i3/i3/issues. In case
+there is no bug report yet, please create one.
 
-After you are done, please submit your work for review at https://github.com/i3/i3
+After you are done, please submit your work for review as a pull request at
+https://github.com/i3/i3.
 
 Do not send emails to the mailing list or any author directly, and don’t submit
 them in the bugtracker, since all reviews should be done in public at
-http://cr.i3wm.org/. In order to make your review go as fast as possible, you
+https://github.com/i3/i3. In order to make your review go as fast as possible, you
 could have a look at previous reviews and see what the common mistakes are.
 
 === Which branch to use?