From 41c561bd1dd0ea4dc26628733ac011ca2ef0be0e Mon Sep 17 00:00:00 2001 From: Glax <13404778+C9Glax@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:18:06 +0200 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..949676b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[It broke]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Log output** From f246209685d93ea61b98b1f02c89f50f031b680a Mon Sep 17 00:00:00 2001 From: glax Date: Tue, 26 Sep 2023 18:26:42 +0200 Subject: [PATCH 2/2] Changed to template --- .github/ISSUE_TEMPLATE/bug.yaml | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 19 ------------------- 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.yaml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..82f4e09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,21 @@ +name: Bug Report +description: File a bug report +title: "[It broke]: " +labels: ["bug"] +body: + - type: textarea + attributes: + label: What is broken? + description: What happened? How did we get here? + placeholder: The place where you tell me what you expected to happen, and what happened instead. + validations: + required: true + - type: textarea + attributes: + label: Log-output + description: The output of `docker logs tranga-api` + render: C# + - type: textarea + attributes: + label: Additional stuff + description: Screenshots, anything you think might help \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 949676b..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[It broke]" -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Log output**