diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-04-14 16:11:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 16:11:21 +0200 |
commit | 06acdaacc4350c9108b084e85bfabd40cdf23b90 (patch) | |
tree | 4316eb29d46f3ddedfb4ef277b5a260902297586 | |
parent | 71b7cc6361d6db9dd445aef617a40b8435393729 (diff) |
Update README.md
-rw-r--r-- | README.md | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/README.md b/README.md index 5ee2f79a09d..5ddba9b3c86 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ [](https://isitmaintained.com/project/TrinityCore/TrinityCore "Average time to resolve an issue") [](https://isitmaintained.com/project/TrinityCore/TrinityCore "Percentage of issues still open") +-------------- + + +* [Build Status](#build-status) +* [Introduction](#introduction) +* [Requirements](#requirements) +* [Install](#install) +* [Reporting issues](#reporting-issues) +* [Submitting fixes](#submitting-fixes) +* [Copyright](#copyright) +* [Authors & Contributors](#authors--contributors) +* [Links](#links) + + + ## Build Status master | 3.3.5 @@ -22,7 +37,7 @@ mechanics and functionality. It is completely open source; community involvement is highly encouraged. -If you wish to contribute ideas or code please visit our site linked below or +If you wish to contribute ideas or code, please visit our site linked below or make pull requests to our [Github repository](https://github.com/TrinityCore/TrinityCore/pulls). For further information on the TrinityCore project, please visit our project @@ -31,19 +46,19 @@ website at [TrinityCore.org](https://www.trinitycore.org). ## Requirements -Software requirements are available in the [wiki](https://www.trinitycore.info/display/tc/Requirements) for -Windows, Linux and OS X. +Software requirements are available in the [wiki](https://trinitycore.info/en/install/requirements) for +Windows, Linux and macOS. ## Install -Detailed installation guides are available in the [wiki](https://www.trinitycore.info/display/tc/Installation+Guide) for -Windows, Linux and OS X. +Detailed installation guides are available in the [wiki](https://trinitycore.info/en/home) for +Windows, Linux and macOS. ## Reporting issues -Issues can be reported via the [Github issue tracker](https://github.com/TrinityCore/TrinityCore/labels/Branch-3.3.5a). +Issues can be reported via the [Github issue tracker](https://github.com/TrinityCore/TrinityCore/labels/Branch-master). Please take the time to review existing issues before submitting your own to prevent duplicates. @@ -57,7 +72,7 @@ reports are wasteful and are subject to deletion. C++ fixes are submitted as pull requests via Github. For more information on how to properly submit a pull request, read the [how-to: maintain a remote fork](https://community.trinitycore.org/topic/9002-howto-maintain-a-remote-fork-for-pull-requests-tortoisegit/). -For SQL only fixes open a ticket or if a bug report exists for the bug post on existing ticket. +For SQL only fixes, open a ticket; if a bug report exists for the bug, post on an existing ticket. ## Copyright @@ -76,4 +91,5 @@ Read file [AUTHORS](AUTHORS). * [Website](https://www.trinitycore.org) * [Wiki](https://www.trinitycore.info) -* [Forums](https://community.trinitycore.org) +* [Forums](https://talk.trinitycore.org/) +* [Discord](https://discord.trinitycore.org/) |