diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-08-15 17:55:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 17:55:02 +0200 |
| commit | fcd592283e077d0ae66ba5b7205454bcc31971e4 (patch) | |
| tree | 8cea14946111464d98ee07ec286937dfb27bccea /_includes | |
| parent | 2dde1c1d03350491768a056c71a91688a108e25f (diff) | |
| download | wiki-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.html | 1 |
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> |
