summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2021-08-15 17:55:02 +0200
committerGitHub <noreply@github.com>2021-08-15 17:55:02 +0200
commitfcd592283e077d0ae66ba5b7205454bcc31971e4 (patch)
tree8cea14946111464d98ee07ec286937dfb27bccea /_includes
parent2dde1c1d03350491768a056c71a91688a108e25f (diff)
downloadwiki-fcd592283e077d0ae66ba5b7205454bcc31971e4.tar.gz
wiki-fcd592283e077d0ae66ba5b7205454bcc31971e4.tar.bz2
wiki-fcd592283e077d0ae66ba5b7205454bcc31971e4.zip
docs: new way of creating PRs (#619)
Diffstat (limited to '_includes')
-rw-r--r--_includes/azerothcore/sidebar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index f696451..63debd7 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -42,6 +42,7 @@
<ul>
<li><a href="/wiki/contribute">How to contribute </a></li>
<li><a href="/wiki/how-to-create-a-pr">How to create a PR</a></li>
+ <li><a href="/wiki/how-to-create-a-db-pr">How to create an SQL PR via GitHub</a></li>
<li><a href="/wiki/how-to-test-a-pr">How to test a PR</a></li>
<li><a href="/wiki/how-to-test-db-only-changes">How to test DB-only changes</a></li>
<li><a href="/wiki/how-to-document-code">How to document your code</a></li>