Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 12 Apr 2015 11:32:28 UTC Commit: 6031d0b3a5c02983ce049d876de7ee7c16a4ecf9 https://github.com/geany/geany-plugins/commit/6031d0b3a5c02983ce049d876de7ee...
Log Message: ----------- 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).
plugins-commits@lists.geany.org