From 89481edd1128f2e1e291b6619a4bf981ff2fe0ed Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 17 May 2021 20:04:49 +0530 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ .../ISSUE_TEMPLATE/feature---change-request.md | 14 ++++++++++++++ .../feature-or-change-request.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/general.md | 10 ++++++++++ 4 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature---change-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature-or-change-request.md create mode 100644 .github/ISSUE_TEMPLATE/general.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..a0d954d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Report a bug or a problem +title: '' +labels: bug +assignees: '' + +--- + +**Version:** + - listmonk: [eg: v1.0.0] + - OS: [e.g. Fedora] + +**Description of the bug and steps to reproduce:** +A clear and concise description of what the bug is. + +**Screenshots:** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature---change-request.md b/.github/ISSUE_TEMPLATE/feature---change-request.md new file mode 100644 index 0000000..60e1e6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature---change-request.md @@ -0,0 +1,14 @@ +--- +name: Feature / change request +about: Suggest new features or changes to existing features +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/feature-or-change-request.md b/.github/ISSUE_TEMPLATE/feature-or-change-request.md new file mode 100644 index 0000000..27dbad6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-or-change-request.md @@ -0,0 +1,14 @@ +--- +name: Feature or change request +about: Suggest new features or changes to existing features +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. diff --git a/.github/ISSUE_TEMPLATE/general.md b/.github/ISSUE_TEMPLATE/general.md new file mode 100644 index 0000000..1dd6121 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general.md @@ -0,0 +1,10 @@ +--- +name: General +about: General questions and discussions +title: '' +labels: '' +assignees: '' + +--- + + From 0e5cd6043f06395750c482b6a6c0f908516c4ccf Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 17 May 2021 20:05:39 +0530 Subject: [PATCH 2/2] Delete feature---change-request.md --- .github/ISSUE_TEMPLATE/feature---change-request.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature---change-request.md diff --git a/.github/ISSUE_TEMPLATE/feature---change-request.md b/.github/ISSUE_TEMPLATE/feature---change-request.md deleted file mode 100644 index 60e1e6a..0000000 --- a/.github/ISSUE_TEMPLATE/feature---change-request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature / change request -about: Suggest new features or changes to existing features -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen.