From 968ea7dc1f45083adb51f803f6dfa85316bcc0db Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Mon, 16 Dec 2019 13:58:08 -0700 Subject: [PATCH] Add CODEOWNERS and a bug template Signed-off-by: Taylor Smock --- .gitlab/CODEOWNERS | 1 + .gitlab/issue_templates/bug.md | 40 ++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .gitlab/CODEOWNERS create mode 100644 .gitlab/issue_templates/bug.md diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS new file mode 100644 index 0000000..5aab2e2 --- /dev/null +++ b/.gitlab/CODEOWNERS @@ -0,0 +1 @@ +* @smocktaylor diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 0000000..914d850 --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,40 @@ +Summary + +(Summarize the bug encountered concisely) + + +Steps to reproduce + +(How one can reproduce the issue - this is very important) + + +What is the current bug behavior? + +(What actually happens) + + +What is the expected correct behavior? + +(What you should see instead) + +JOSM Status Report +``` +(Replace this with the JOSM Status Report (Help -> Show Status Report)) +``` + +Relevant logs and/or screenshots + +(Paste any relevant logs - please use code blocks (```) to format console output, +logs, and code as it's very hard to read otherwise.) + + +Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + +/label ~bug ~needs-investigation +/cc @smocktaylor +/assign @smocktaylor +/due in 1 week +/todo +