diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-08-15 22:52:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 22:52:12 +0200 |
| commit | 62b2afb56eb20e97c4f40e197c37faefabf0668f (patch) | |
| tree | 5b47c8c41bfa96d8becbac2b4df29a07be599372 /_includes/azerothcore/sidebar.html | |
| parent | 8237580b293c9996295fa498eb322764de88e882 (diff) | |
| download | wiki-62b2afb56eb20e97c4f40e197c37faefabf0668f.tar.gz wiki-62b2afb56eb20e97c4f40e197c37faefabf0668f.tar.bz2 wiki-62b2afb56eb20e97c4f40e197c37faefabf0668f.zip | |
How to test a PR tutorial (#111)
Diffstat (limited to '_includes/azerothcore/sidebar.html')
| -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 70ba818..8627ef2 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -18,6 +18,7 @@ <b>Contributing:</b> <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-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> </ul> |
