From 6000da7674387ac15903a21de3ed0f8805697cba Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Thu, 7 Jan 2016 14:16:58 -0600 Subject: [PATCH] Add section on contributing --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c72f859..b2e91c6 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,19 @@ discord, err := discordgo.New("username", "password") See Documentation and Examples below for more detailed information. +## Contributing +Contributions are very welcomed, however please follow the below guidelines. + +- First open an issue describing the bug or enhancement so it can be +discussed. +- Fork the develop branch and make your changes. +- Try to match current naming conventions as closely as possible. +- This package is intended to be a low level direct mapping of the Discord API +so please avoid adding enhancements outside of that scope without first +discussing it. +- Create a Pull Request with your changes against the develop branch. + + ## Documentation **NOTICE** : This library and the Discord API are unfinished.