From c091eefc840a4c780fe69b9b74a5b01342ef887c Mon Sep 17 00:00:00 2001 From: Chris H Date: Sat, 2 Mar 2019 21:20:47 -0500 Subject: [PATCH] Add gitlab templates --- .gitlab/issue_templates/Bug.md | 30 ++++++++++++++++++++++++++++++ .gitlab/issue_templates/Feature.md | 15 +++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Feature.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000000..05014a331ce --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,30 @@ +Summary + +(Summarize the bug encountered concisely) + + +Steps to reproduce + +(How one can reproduce the issue - this is very important. Specific cards and specific actions especially) + + +What is the current bug behavior? + +(What actually happens) + + +What is the expected correct behavior? + +(What you should see instead) + + +Relevant logs and/or screenshots + +(Paste/Attach your game.log from the crash - please use code blocks (```)) Also, provide screenshots of the current state. + + +Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + +/label ~needs-investigation \ No newline at end of file diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 00000000000..712f6a75065 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,15 @@ +Summary + +(Summarize the feature you wish concisely) + + +Example screenshots + +(If this is a UI change, please provide an example screenshot of how this feature might work) + + +Feature type + +(Where in Forge does this belong? e.g. Quest Mode, Deck Editor, Limited, Constructed, etc.) + +/label ~feature request \ No newline at end of file