From f34731bb367a6766b404fd2d1435ec573f391db3 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Tue, 9 Mar 2021 21:32:48 +0100 Subject: Update getting-started.md --- docs/getting-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9700fd4..082c935 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -165,6 +165,12 @@ Usually, you'll need only the basics of the SQL language, and in most cases, you if you understand how basic statements such as `SELECT`, `UPDATE`, `INSERT` and `DELETE` work, that's usually enough. You don't need to go too deep into SQL in order to be able to contribute. +## Share your code! + +You can submit your improvement via PR. Read this guide: + +- [How to create a Pull Request (PR)](https://www.azerothcore.org/wiki/How-to-create-a-PR) + ## Start contributing! If you mastered some of the above parts, there is already **A LOT** you can do to help our project and becoming a contributor. -- cgit