[geany/geany-plugins] 99e434: Merge pull request #213 from b4n/hacking

Frank Lanitz git-noreply at xxxxx
Sun Apr 12 12:50:20 UTC 2015


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 12 Apr 2015 12:50:20 UTC
Commit:      99e4347a50543b8e16aeba35214dcf34e307bbd7
             https://github.com/geany/geany-plugins/commit/99e4347a50543b8e16aeba35214dcf34e307bbd7

Log Message:
-----------
Merge pull request #213 from b4n/hacking

Fix redundancy and typos in HACKING


Modified Paths:
--------------
    HACKING

Modified: HACKING
8 lines changed, 3 insertions(+), 5 deletions(-)
===================================================================
@@ -133,18 +133,16 @@ Follow the standard Git formatting:
   It is OK to use ASCII formatting like bullet list using "*" or "-",
   etc. if useful, but emphasis (bold, italic, underline) should be
   avoided.
-* Prefix your commit mit a section/plugin you are working on. This will
-  help to sort commits.
 
 Example::
 
-    MyPlugin: Ask the user if spawn fails in utils_open_browser()
+    myfancyplugin: Ask the user if spawn fails in utils_open_browser()
 
     Ask the user to configure a valid browser command if spawning it
     fails rather than falling back to some arbitrary hardcoded defaults.
 
-    This avoid spawning an unexpected browser when the configured one is
-    wrong, and gives the user a chance to correctly fix the preference.
+    This avoids spawning an unexpected browser when the configured one
+    is wrong, and gives the user a chance to fix the preference.
 
 
 Coding and Plugin structure



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list