From 58e38d74c9932212d032a8fb636fb06b0d26e5fc Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 5 May 2018 05:08:19 +0200 Subject: [PATCH] added contributiung guidelines --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3a3c72d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +# How to contribute + +## Reporting bugs or suggesting enhancements + +Before reporting a bug , please +[perform a search](https://github.com/tastytea/mastodon-cpp/issues?q=is%3Aissue) +to see if the problem has already been reported. If it has, add a comment to the +existing issue instead of opening a new one. Same for enhancements. + +You can also contact me via the Fediverse if you don't have a GitHub-account. +My account is [@tastytea@soc.ialis.me](https://soc.ialis.me/@tastytea). + +## Pull requests + +Please use similar coding conventions as the rest of the project. The basic rule +to remember is to write code in the same style as the existing/surrounding code.