From b810142809a6d6e59109a581d20ce1561b30a49f Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 8 Aug 2017 23:25:30 +0000 Subject: [PATCH] README.md created online with Bitbucket --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..11f56fbb --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# README # + +A discord bot for the trifecta discord channel + +### What is this repository for? ### + +* Here we track issues and collaborate on the bot + +### How do I get set up? ### + +* You'll need to install docker + * as root (`sudo -s`) + * `curl -Ls get.docker.com | bash` + +### Testing your changes ### +* There is a bash file in the root of the repo, `test_container.sh` + * run this to validate your python syntax. On first run, it will take a while to build + +### Contribution guidelines ### + +* Make your changes +* create a pull request +* copy-paste the output of `test_container.sh` on your pull request to prove everything worked + + +### Who do I talk to? ### + +* Bad dragon in discord \ No newline at end of file