mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-15 00:23:09 +02:00
Contributor stuff
This commit is contained in:
parent
6f640b290b
commit
ab99830f60
5
.all-contributorsrc
Normal file
5
.all-contributorsrc
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"files": [
|
||||
"CONTRIBUTORS.md"
|
||||
]
|
||||
}
|
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -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.
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,5 +8,4 @@ site/
|
||||
.env
|
||||
user/config.js
|
||||
user/database.sqlite
|
||||
user/plugins/*/
|
||||
*.code-workspace
|
||||
user/plugins/*/
|
1
CONTRIBUTORS.md
Normal file
1
CONTRIBUTORS.md
Normal file
@ -0,0 +1 @@
|
||||
# Contributors
|
Loading…
Reference in New Issue
Block a user