From 05afe5043d2beeae8bfd9ef7b1de6ebe7bb09b7b Mon Sep 17 00:00:00 2001 From: K Rain Leander Date: Wed, 16 Sep 2020 10:42:58 +0200 Subject: [PATCH] Create CONTRIBUTING.md Signed-off-by: K Rain Leander --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..4ea0059 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +## Hello Contributors! + Thx for your interest! We're so glad you're here. + +### Important Resources + - bugs: [https://github.com/packethost/docker-machine-driver-packet/issues](https://github.com/packethost/docker-machine-driver-packet/issues) + +### Code of Conduct +Available via [https://github.com/packethost/docker-machine-driver-packet/blob/master/.github/CODE_OF_CONDUCT.md](https://github.com/packethost/docker-machine-driver-packet/blob/master/.github/CODE_OF_CONDUCT.md) + +### Environment Details +[https://github.com/packethost/terraform-provider-packet/blob/master/Makefile](https://github.com/packethost/docker-machine-driver-packet/blob/master/Makefile) + +### How to Submit Change Requests +Please submit change requests and / or features via [Issues](https://github.com/packethost/docker-machine-driver-packet/issues). There's no guarantee it'll be changed, but you never know until you try. We'll try to add comments as soon as possible, though. + +### How to Report a Bug +Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through [Issues](https://github.com/packethost/docker-machine-driver-packet/issues) as well.