From: Hynek Schlawack Date: Tue, 24 Sep 2013 08:16:33 +0000 (+0200) Subject: Add some polish and has2k1 to AUTHORS X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a94e8a584f2c923ed438c0e616a8acdef70554a8 Add some polish and has2k1 to AUTHORS --- diff --git a/AUTHORS.rst b/AUTHORS.rst index e12a0c9..02ed1d7 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -11,3 +11,4 @@ It is currently maintained by Hynek Schlawack with the generous help of the foll - Joseph Irwin - Steve Losh - Sylvain Soliman +- has2k1 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 115311b..74fe90d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,11 +9,12 @@ Please: - Write [good commit messages]. - Ideally, [squash] your commits, i.e. make your pull requests just one commit. -About the tests: +## Running Tests -- They written in ruby using [vimrunner] which requires [rspec] -- Add the tests to `spec/indent/indent_spec.rb`. Look at the `describe` blocks to get the hang of it. -- Run the tests with the command `rspec spec/` +- They are written in ruby (sorry :() using [vimrunner] which requires [rspec] +- The tests go into `spec/indent/indent_spec.rb`. + Look at the `describe` blocks to get the hang of it. +- Run the tests with the command `rspec spec` Thank you for considering to contribute!