From d4368d72251cbcb1d7cbd9dea6991db3228998ba Mon Sep 17 00:00:00 2001 From: Aperture Development Date: Thu, 14 May 2020 16:16:35 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e4560f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Open a bug report when something doesnt work as it should +title: Bugreport +labels: bug +assignees: '' + +--- + +**__Description__** +[Describe the bug as good as possible] + +**__Reproduction__** +[How can we re-produce the bug, what did you do to cause it?] + +**__Error Messages__** +``` +[Add error messages here if you recieved any, if not leave this part out] +``` + +**__Optional: Screenshots__** +[Attach screenshots of the bug here if possible] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..6724821 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: How can we make MSync even better? +title: Feature Request +labels: enhancement +assignees: '' + +--- + +**__Description:__** +[Describe your feature idea as much as possible] + +**__Usage Cases:__** +[In what cases would your feature be usefull] + +**__Optional: Alternatives__** +[Alternative ideas for your feature you have considered. Explain what you came up with and why you think it's your feature is better]