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.