From 709b4e028d0e16cc988daa83c0863fe85a341ef8 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 22 Apr 2017 17:39:07 +0200 Subject: [PATCH] Update templates markdown --- issue_template.md => .gitlab/issue_templates/bug.md | 2 +- .gitlab/issue_templates/feature.md | 4 ++++ .../merge_request_templates/pull_request_template.md | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename issue_template.md => .gitlab/issue_templates/bug.md (78%) create mode 100644 .gitlab/issue_templates/feature.md rename pull_request_template.md => .gitlab/merge_request_templates/pull_request_template.md (100%) 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