]> git.madduck.net Git - etc/vim.git/blobdiff - CONTRIBUTING.rst

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Use s:_skip_special_chars function directly/only, optimize
[etc/vim.git] / CONTRIBUTING.rst
index 2c59e4109f9459d0faec06d1108361e677c299ec..094f20ada26cae12073b1b2ed32d7090c05649ef 100644 (file)
@@ -7,7 +7,6 @@ I’ve collected a few tips to get you started.
 Please:
 
 - *Always* add tests for your code.
-- Add yourself to the AUTHORS.rst file in an alphabetical fashion by first name – no matter how big or small your changes are.
 - Write `good commit messages`_.