diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..2b9e61e --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Tokens +DISCORD_TOKEN= # Bot token from: https://discord.com/developers/ + +# Configuration +DEFAULT_PREFIX= # Prefix used to run commands in Discord diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md new file mode 100644 index 0000000..e4baee4 --- /dev/null +++ b/docs/CONTRIBUTING.md @@ -0,0 +1,123 @@ +# Commit Message Format + +*This specification is a modified version of the [AngularJS commit message format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format).* + +We have very precise rules over how our Git commit messages must be formatted. +This format leads to **easier to read commit history**. + +Each commit message consists of a **header**, a **body**, and a **footer**. + + +``` +
+ + + +