From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- .vim/bundle/vim-startify/CONTRIBUTING.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .vim/bundle/vim-startify/CONTRIBUTING.md (limited to '.vim/bundle/vim-startify/CONTRIBUTING.md') diff --git a/.vim/bundle/vim-startify/CONTRIBUTING.md b/.vim/bundle/vim-startify/CONTRIBUTING.md deleted file mode 100644 index a01753e..0000000 --- a/.vim/bundle/vim-startify/CONTRIBUTING.md +++ /dev/null @@ -1,28 +0,0 @@ -CONTRIBUTING -============ - -If you intend to contribute to this project, please keep some simple rules in -mind: - - - one commit per feature/fix - - the short commit message shouldn't be longer than 50 characters - - the short commit message should start with an uppercase character - - use the imperative for the short commit message - - don't finish the short commit message with a '.' - - don't use github-specific syntax to close an issue (I'll do that, when - merging into master) - - it's always a good idea to have a look at 'git log' to get an idea how to - format one's own commits - - if you have questions about a certain patch or feature requests, just open - a Github issue - -Examples --------- - -``` -Bad: "fixed loop to start from 0 instead of 1" -Good: "Avoid off-by-one issue in skiplist loop" - -Bad: "fixed typo" -Good: "Docs: typo" -``` -- cgit v1.2.1