From edb1d62dcc3a3bcb50ba7258e126560f8bbfb216 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Tue, 7 Sep 2021 14:56:07 +0700 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/custom.md | 32 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/new-issue-report.md | 32 ++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/new-issue-report.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..44aab12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,32 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: joglomedia + +--- + +**Describe the Issue / Bug** +A clear and concise description of what the issue / bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots / Screen Cast** +If applicable, add screenshots / screen cast to help explain your problem. + +**Config File (`.env`)** +If applicable, add part of your non-sensitive data from configuration file (.env). + +**System Information (please complete the following information):** + +- OS: [e.g. Linux Mint 19.3 Tricia x86_64] +- Shell: [e.g. bash 4.4.20] +- Version [e.g. 2.0.0] + +**Additional Context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/new-issue-report.md b/.github/ISSUE_TEMPLATE/new-issue-report.md new file mode 100644 index 0000000..e909898 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-issue-report.md @@ -0,0 +1,32 @@ +--- +name: New issue report +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: joglomedia + +--- + +**Describe the Issue / Bug** +A clear and concise description of what the issue / bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots / Screen Cast** +If applicable, add screenshots / screen cast to help explain your problem. + +**Config File (`.env`)** +If applicable, add part of your non-sensitive data from configuration file (.env). + +**System Information (please complete the following information):** + +- OS: [e.g. Linux Mint 19.3 Tricia x86_64] +- Shell: [e.g. bash 4.4.20] +- Version [e.g. 2.0.0] + +**Additional Context** +Add any other context about the problem here.