From 1bc8bde922f096c5a5ae8a5997fca49481f2ab04 Mon Sep 17 00:00:00 2001 From: Jasper <80536295+DJj123dj@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:49:16 +0200 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 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..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From 687372481a2942ed3f5da65539fa43236cc9ea74 Mon Sep 17 00:00:00 2001 From: Jasper <80536295+DJj123dj@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:54:28 +0200 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..aa224f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report -about: Create a report to help us improve -title: '' -labels: '' +about: Create a report to help us improve Open Ticket +title: "[BUG] your bug" +labels: bug assignees: '' --- @@ -23,16 +23,15 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Device:** + - Device: [e.g. Macbook pro, raspberry pi, HP Probook] + - OS: [e.g. MacOS, Ubuntu, Windows,...] + - Node.js version: + - Open Ticket Version: -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**Files:** +Please include the `openticketdebug.txt` file in your report! +This is a file that we can see what happend! **Additional context** Add any other context about the problem here. From a365c4b69f176c12175e7bf363bcebf45ab6b4da Mon Sep 17 00:00:00 2001 From: Jasper <80536295+DJj123dj@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:01:10 +0200 Subject: [PATCH 3/3] Update issue templates --- .github/ISSUE_TEMPLATE/plugin.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/plugin.md diff --git a/.github/ISSUE_TEMPLATE/plugin.md b/.github/ISSUE_TEMPLATE/plugin.md new file mode 100644 index 0000000..7a08ce9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin.md @@ -0,0 +1,29 @@ +--- +name: Plugin +about: Show your open ticket plugins here! +title: "[PLUGIN] your plugin" +labels: plugin +assignees: '' + +--- + +**Plugin Name:** +What's the name of your plugin? + +**Description:** +Tell a little bit about what the plugin does! +Also tell how to use the plugin, like if there is additional setup needed! + +**NPM libraries:** +List all the libraries needed for this plugin to work! +*The default open ticket libraries are not required!* + +**Author:** +- github account [e.g. DJj123dj] +- discord account [e.g. Wumpus#1234] + +**Compatible versions:** +[e.g. from v2.2.1 until v3.0.1] + +**File:** +Please attach the plugin file to this issue!