summaryrefslogtreecommitdiff
path: root/docs/contribute.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2022-02-22 03:07:15 -0500
committerGitHub <noreply@github.com>2022-02-22 09:07:15 +0100
commit0b029676597e656dffa684f1e8d86f9251dd5831 (patch)
treeede2feda73aea592379e6996c4ac5a254dca708a /docs/contribute.md
parent8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8 (diff)
downloadwiki-0b029676597e656dffa684f1e8d86f9251dd5831.tar.gz
wiki-0b029676597e656dffa684f1e8d86f9251dd5831.tar.bz2
wiki-0b029676597e656dffa684f1e8d86f9251dd5831.zip
Update and Create getting-started (#689)
* Update server-setup.md * Update es/server-setup.md * Update * Update sidebar.html (es) Pr 619 * Update contribute.md (es - en) Pr 619 * Updating code getting-started Pr 619 * create es/getting-started Pr 619 * Updating code how-to-create-a-db-pr Pr 619 * Create es/how-to-create-a-db-pr Pr 619 * Update es/documentation-index.md * Create es/exitcodes.md * Update (es-en) windows-requirements.md * Update and create (es-en) how-to-use-gperftool.md * Update es/file-headers.md * Update VS2019
Diffstat (limited to 'docs/contribute.md')
-rw-r--r--docs/contribute.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/contribute.md b/docs/contribute.md
index a7a9740..073d6d4 100644
--- a/docs/contribute.md
+++ b/docs/contribute.md
@@ -6,17 +6,18 @@ redirect_from: "/Contribute"
You can contribute in several ways to AzerothCore:
-- [commenting an open issue](#how-to-comment-an-issue)
+- [Commenting an open issue](#how-to-comment-an-issue)
-- [opening an issue](#how-to-open-an-issue)
+- [Opening an issue](#how-to-open-an-issue)
-- [testing a pull request](#how-to-test-a-pull-request)
+- [Testing a pull request](#how-to-test-a-pull-request)
-- [testing DB-only changes](How-to-test-DB-only-changes)
+- [Testing DB-only changes](How-to-test-DB-only-changes)
-- [creating a pull request](#how-to-create-a-pull-request)
+- [Creating a pull request](#how-to-create-a-pull-request)
+
+- [Improving our wiki](#improve-the-wiki)
-- [improving our wiki](#improve-the-wiki)
## General information
To contribute, you obviously need a github account.
@@ -48,7 +49,7 @@ If **(and only if)** the bug hasn't been reported yet, you can [open an issue](h
## How to create a Pull Request
- Read [How to create a PR](How-to-create-a-PR).
-- Alternatively, you can also check [this simpler tutorial](How-to-create-a-DB-PR) about opening PRs containing SQL code via GitHub
+- Alternatively, you can also check [this simpler tutorial](How-to-create-a-DB-PR) about opening PRs containing SQL code via GitHub.
### Giving credit to the author of code