From 819d3c502325bc919ff64ea0ba71090c2f39284a Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Sun, 24 Jan 2021 18:28:39 +0100 Subject: [PATCH] add CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..815f30f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing + +## Getting Started +* Plugin is primarily focused on the Kotlin ecosystem. +* Plugin usability must be kept simple and straightforward. + +## Issues +If you spot something regarding plugin usage, please open an issue. +A discussion can then be started on the topic. + +## Pull Requests +* The PRs must reference an existing issue to provide additional context. +* Must include tests, where applicable. \ No newline at end of file