Standardizing docs between python-slackclient and rtmbot

Added copyright to License File
Added standard format for issues/PRs
Added Code of Conduct
Moved doc/ to docs/
This commit is contained in:
Jeff Ammons 2016-07-09 10:02:53 -07:00
parent 7cbbb03a04
commit 3cd9b9a828
13 changed files with 124 additions and 0 deletions

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,15 @@
* [ ] I've read and understood the [Contributing guidelines](./CONTRIBUTING.md) and have done my best effort to follow them.
* [ ] I've read and agree to the [Code of Conduct](./CODE_OF_CONDUCT.md).
* [ ] I've been mindful about doing atomic commits, adding documentation to my changes, not refactoring too much.
* [ ] I've a descriptive title and added any useful information for the reviewer. Where appropriate, I've attached a screenshot and/or screencast (gif preferrably).
* [ ] I've written tests to cover the new code and functionality included in this PR.
* [ ] I've read, agree to, and signed the [Contributor License Agreement (CLA)](https://docs.google.com/a/slack-corp.com/forms/d/1q_w8rlJG_x_xJOoSUMNl7R35rkpA7N6pUkKhfHHMD9c/viewform).
#### PR Summary
> e.g. New functionality for producing whatsits.
#### Related Issues
> e.g. Fixes #206 and closes #230
#### Test strategy
> e.g. Add tests around whatsit production.