From 8cbc18e13031e707a9c38f68653db75cdde1ab62 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 28 Aug 2014 23:43:16 +0200 Subject: [PATCH] Move contributing guidelines to a separate file --- CONTRIBUTING.md | 12 ++++++++++++ README.md | 10 ++-------- 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0fb7042 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +### Contributing + +Code contributions are welcome! + +### Reporting a bug + +If you find a bug please report it in the issues. When reporting a bug please +attach: +- a file symlinked to `~/.tmux/sessions/last`. +- your `.tmux.conf` +- if you're getting an error paste it to a [gist](https://gist.github.com/) and + link it in the issue diff --git a/README.md b/README.md index 25e0718..853d4bc 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,8 @@ present. ### Reporting bugs and contributing -Code contributions are welcome! - -If you find a bug please report it in the issues. When reporting a bug please -attach: -- a file symlinked to `~/.tmux/sessions/last`. -- your `.tmux.conf` -- if you're getting an error paste it to a [gist](https://gist.github.com/) and - link it in the issue +Both contributing and bug reports are welcome. Please check out +[contributing guidelines](CONTRIBUTING.md). ### Credits