From 446b0b04b5f8e621d44336433c8b8b151fa148f7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 12 Jan 2014 16:35:54 -0500 Subject: [PATCH] Extract contribution guidelines --- CONTRIBUTING.markdown | 10 ++++++++++ README.markdown | 16 ---------------- 2 files changed, 10 insertions(+), 16 deletions(-) create mode 100644 CONTRIBUTING.markdown diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown new file mode 100644 index 0000000..4ef6f1c --- /dev/null +++ b/CONTRIBUTING.markdown @@ -0,0 +1,10 @@ +## Contributing + +Open [GitHub issues][] for bug reports and feature requests. + +I'm a stickler for [commit messages][], so if you send me a pull +request with so much as superfluous period in the subject line, I will +reject it, then TP your house. + +[GitHub issues]: http://github.com/tpope/vim-fireplace/issues +[commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html diff --git a/README.markdown b/README.markdown index c02c37b..0318572 100644 --- a/README.markdown +++ b/README.markdown @@ -107,22 +107,6 @@ care about nREPL support. [classpath.vim FAQ]: https://github.com/tpope/vim-classpath#FAQ -## Contributing - -More than any other plugin, I'm in over my head here. I tried to do my -homework, but you don't learn best practices overnight. Please, open -[GitHub issues][] for bug reports and feature requests. Even better than a -feature request is just to tell me the pain you're experiencing, and perhaps -some ideas for what might eliminate it. I know Vimscript; you know Clojure. -Let's synergize. - -I'm a stickler for [commit messages][], so if you send me a pull -request with so much as superfluous period in the subject line, I will -reject it, then TP your house. - -[GitHub issues]: http://github.com/tpope/vim-fireplace/issues -[commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html - ## Self-Promotion Like fireplace.vim? Follow the repository on