mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03: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
|
# Contributing
|
||||||
|
|
||||||
|
**Table of contents**
|
||||||
|
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Submitting a bug report](#submitting-a-bug-report)
|
- [Submitting a bug report](#submitting-a-bug-report)
|
||||||
- [Submitting a feature request](#submitting-a-feature-request)
|
- [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.
|
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
|
### Contributing code
|
||||||
|
|
||||||
Any code changes should be accompanied by any necessary documentation changes.
|
Any code changes should be accompanied by any necessary documentation changes.
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,4 +9,3 @@ site/
|
|||||||
user/config.js
|
user/config.js
|
||||||
user/database.sqlite
|
user/database.sqlite
|
||||||
user/plugins/*/
|
user/plugins/*/
|
||||||
*.code-workspace
|
|
||||||
|
1
CONTRIBUTORS.md
Normal file
1
CONTRIBUTORS.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# Contributors
|
Loading…
Reference in New Issue
Block a user