diff options
author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2018-05-23 15:34:31 +0200 |
---|---|---|
committer | Barbz <BarbzYHOOL@users.noreply.github.com> | 2018-05-29 22:59:13 +0200 |
commit | ed4de4dd64b599ec80c16991ca411e0224d319b1 (patch) | |
tree | 13de3e8385116705330b6311d5792b8ecebb4195 /modules | |
parent | 064bbd9270da9cc68eaebd234778cfe6dfbaa04c (diff) |
how_to_make_a_module.md
This file is there to warn people to read the wiki and use our skeleton-module (template) so they gain time and they follow the best practice advices
Diffstat (limited to 'modules')
-rw-r--r-- | modules/how_to_make_a_module.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/how_to_make_a_module.md b/modules/how_to_make_a_module.md new file mode 100644 index 0000000000..c16c0526ae --- /dev/null +++ b/modules/how_to_make_a_module.md @@ -0,0 +1,7 @@ +Read this page first: + +https://github.com/azerothcore/azerothcore-wotlk/wiki/Create-a-Module + + +Then, start by cloning our skeleton-module: https://github.com/azerothcore/skeleton-module/ +Always clone it because we update it regularly |