diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..aa224f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve Open Ticket +title: "[BUG] your bug" +labels: bug +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. + +**Device:** + - Device: [e.g. Macbook pro, raspberry pi, HP Probook] + - OS: [e.g. MacOS, Ubuntu, Windows,...] + - Node.js version: + - Open Ticket Version: + +**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. 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!