diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..e62e6d0 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,5 @@ +{ + "files": [ + "CONTRIBUTORS.md" + ] +} \ No newline at end of file diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a17c008..ffee94c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,5 +1,7 @@ # Contributing +**Table of contents** + - [Contributing](#contributing) - [Submitting a bug report](#submitting-a-bug-report) - [Submitting a feature request](#submitting-a-feature-request) @@ -56,6 +58,8 @@ If you would like to request changes to an existing feature, it may be better to To edit the documentation, translate, or contribute code to this project, you will need to [create a new pull request](https://github.com/eartharoid/DiscordTickets/compare). For large changes, you should **consider creating an issue** (or commenting on an existing one) first, as it could save you some time. +You should name your commits using [**this commit message format**](https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md#-commit-message-format). + ### Contributing code Any code changes should be accompanied by any necessary documentation changes. diff --git a/.gitignore b/.gitignore index 499b35b..e14f27b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ site/ .env user/config.js user/database.sqlite -user/plugins/*/ -*.code-workspace +user/plugins/*/ \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..77e8114 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1 @@ +# Contributors