aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2021-07-05 14:44:03 +0300
committerGitHub <noreply@github.com>2021-07-05 14:44:03 +0300
commit00312837eabf3824e55772c8664660f434fe6780 (patch)
treed13f41ef1d1240a23ac22ff4ae75275abacfba62
parent4806b3a8602ad15e48130bb9b49d020d3beb90e4 (diff)
GitHub: Update link to create new issues
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fcdeae849ec..3977d14ebec 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,7 +47,7 @@ When creating patches read:
We suggest that you create one branch for each C++ based fix: this will allow you to create more fixes without having to wait for your pull request to be merged.
For the SQL files coming with C++ based fixes the naming schema is `YYYY_MM_DD_i_database.sql`, where `YYYY_MM_DD` is the date of the fix, `i_database` is the *ith* sql created that day for `database`.
When doing changes to `auth` or `characters` database remember to update the base files (`/sql/base/*`).
-For SQL only fixes, please [create a ticket](https://github.com/TrinityCore/TrinityCore/issues/new).
+For SQL only fixes, please [create a ticket](https://github.com/TrinityCore/TrinityCore/issues/new/choose).
Since it's very unlikely that your Pull Request will be merged on the day that you open it, please name the files with an impossible date to avoid merging issues ie: 2015_13_32_00_world.sql
Wiki