diff --git a/issue_template.md b/.gitlab/issue_templates/bug.md similarity index 78% rename from issue_template.md rename to .gitlab/issue_templates/bug.md index 85f117ccdec..0d07b8b5164 100644 --- a/issue_template.md +++ b/.gitlab/issue_templates/bug.md @@ -1,6 +1,6 @@ **Description**: -**Current behaviour**: Tell us what happens +**Current behaviour**: Tell us what happens, suppy ids of afected creatures, quests, gameobjects, etc **Expected behaviour**: Tell us what should happen instead diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md new file mode 100644 index 00000000000..83303807356 --- /dev/null +++ b/.gitlab/issue_templates/feature.md @@ -0,0 +1,4 @@ +**Feature request**: + +[//]: # (This template is for problem reports, for other type of reports edit it accordingly) +[//]: # (If this is a crash report, include the crashlog with https://gist.github.com/) diff --git a/pull_request_template.md b/.gitlab/merge_request_templates/pull_request_template.md similarity index 100% rename from pull_request_template.md rename to .gitlab/merge_request_templates/pull_request_template.md