mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
Update GitHub links
This commit is contained in:
16
.github/CONTRIBUTING.md
vendored
16
.github/CONTRIBUTING.md
vendored
@@ -24,10 +24,10 @@ You don't need to write code to contribute; all contributions are welcome and en
|
||||
- [Improve documentation](#updating-documentation) (the [website](https://discordtickets.app), or JSDoc comments)
|
||||
- [Help translate](#translating)
|
||||
- Create a tutorial (a video or page on the docs)
|
||||
- [Answer someone's question in Discussions](https://github.com/eartharoid/DiscordTickets/discussions/categories/support-q-a?discussions_q=category%3A%22Support+%28Q%26A%29%22+is%3Aunanswered)
|
||||
- [Answer someone's question in Discussions](https://github.com/discord-tickets/bot/discussions/categories/support-q-a?discussions_q=category%3A%22Support+%28Q%26A%29%22+is%3Aunanswered)
|
||||
- Respond to an issue or pull request
|
||||
|
||||
If you want to contribute but don't know how, and this file doesn't answer your questions, [start a discussion](https://github.com/eartharoid/DiscordTickets/discussions/new) or [join the Discord support & community server](https://go.eartharoid.me/discord) to ask for guidance.
|
||||
If you want to contribute but don't know how, and this file doesn't answer your questions, [start a discussion](https://github.com/discord-tickets/bot/discussions/new) or [join the Discord support & community server](https://go.eartharoid.me/discord) to ask for guidance.
|
||||
|
||||
**Issues are for:**
|
||||
|
||||
@@ -42,21 +42,21 @@ Please label your issues appropriately.
|
||||
- General questions (also on [Discord](https://go.eartharoid.me/discord))
|
||||
- Requesting new features
|
||||
|
||||
Please read ["Welcome to DiscordTickets Discussions!"](https://github.com/eartharoid/DiscordTickets/discussions/77) before starting a discussion!
|
||||
Please read ["Welcome to DiscordTickets Discussions!"](https://github.com/discord-tickets/bot/discussions/77) before starting a discussion!
|
||||
|
||||
## Submitting a bug report
|
||||
|
||||
Issues should be used to report bugs. If you have found a bug, check to see if it has already been reported or resolved. If it hasn't, you can [create a new issue](https://github.com/eartharoid/DiscordTickets/issues/new/choose) using the "Bug report" template. Please include as much information as possible in your report.
|
||||
Issues should be used to report bugs. If you have found a bug, check to see if it has already been reported or resolved. If it hasn't, you can [create a new issue](https://github.com/discord-tickets/bot/issues/new/choose) using the "Bug report" template. Please include as much information as possible in your report.
|
||||
|
||||
## Submitting a feature request
|
||||
|
||||
To request a new feature, [start a new discussion](https://github.com/eartharoid/DiscordTickets/discussions/new?category=Ideas) under the Ideas category so other members of the community can discuss the request and vote on it.
|
||||
To request a new feature, [start a new discussion](https://github.com/discord-tickets/bot/discussions/new?category=Ideas) under the Ideas category so other members of the community can discuss the request and vote on it.
|
||||
|
||||
If you would like to request changes to an existing feature, it may be better to [create an issue](https://github.com/eartharoid/DiscordTickets/issues/new) instead (use the `enhancement` label).
|
||||
If you would like to request changes to an existing feature, it may be better to [create an issue](https://github.com/discord-tickets/bot/issues/new) instead (use the `enhancement` label).
|
||||
|
||||
## Creating a pull request
|
||||
|
||||
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/discord-tickets/bot/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).
|
||||
|
||||
@@ -75,7 +75,7 @@ You should install the ESLint extension in your editor help you follow the code
|
||||
|
||||
Please try to keep the meaning of the translation as close to the original as possible.
|
||||
|
||||
1. Copy [`en-GB.json`](https://github.com/eartharoid/DiscordTickets/blob/master/src/locales/en-GB.json) and name it correctly
|
||||
1. Copy [`en-GB.json`](https://github.com/discord-tickets/bot/blob/master/src/locales/en-GB.json) and name it correctly
|
||||
2. Without modifying the keys (left side of the colon), translate the values (on the right side of the colon).
|
||||
3. [Create a pull request](#creating-a-pull-request)
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,7 +1,7 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: GitHub Discussions
|
||||
url: https://github.com/eartharoid/DiscordTickets/discussions
|
||||
url: https://github.com/discord-tickets/bot/discussions
|
||||
about: Request new features, share ideas and guides, ask for help, or just talk.
|
||||
- name: Discord support server
|
||||
url: https://go.eartharoid.me/discord
|
||||
|
Reference in New Issue
Block a user