From 1860e5f08df0d5911892a50087bef88426a70a55 Mon Sep 17 00:00:00 2001 From: erroneousboat Date: Sat, 27 Oct 2018 17:13:07 +0200 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b221069 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,36 @@ +Contributing +============ + +Purpose +------- + +First and foremost, slack-term is a personal project. With this project I +never set out to create a "better" slack version than the official slack +client. And as such, my intention for the project is not to create a feature +complete alternative to the official slack client. It's cool that people +want to use slack-term as an alternative, but I started this project because +I wanted to be able to send and receive slack messages from the terminal to +slack. + +Issues +------ + +When posting issues please mention the following: + +* Which version of slack-term you're using +* Method of installation (binary, go, or make) + +Feature requests +---------------- + +When creating an issue that is a feature request, I will label it as such, +however this doesn't mean that it is an approved feature request. I will +leave it open for discussion and decide whether it is feasible and/or +desirable. + +Pull requests +------------- + +Before creating a solution, please create an issue that is open for discussion +first. This is to avoid dissappointment, for all the work you might have +done, that might not get merged or needs to be refactored.