diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..f54090a6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve a plugin for OPNsense +title: '' +labels: '' +assignees: '' + +--- + +**Important notices** +Before you add a new report, we ask you kindly to acknowledge the following: + +[-] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md + +[-] I have searched the existing issues and I'm convinced that mine is new. + +[-] The title contains the plugin to which this issue belongs + +**Describe the bug** +A clear and concise description of what the bug is, including last known working version (if any). + +*Tip*: to validate your setup was working with the previous version, use opnsense-revert (https://docs.opnsense.org/manual/opnsense_tools.html#opnsense-revert) + +**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. + +**Relevant log files** +If applicable, information from log files supporting your claim. + +**Additional context** +Add any other context about the problem here. + +**Environment** +Software version used and hardware type if relevant. +e.g.: + +OPNsense 19.1.1 (amd64, OpenSSL). +Intel® Xeon™ E3-1225V5 3.3Ghz Quad Core +Network Intel® I210-AT diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..c96c1c746 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,31 @@ +--- +name: Feature request +about: Suggest an idea for one of the OPNsense plugins +title: '' +labels: '' +assignees: '' + +--- + +**Important notices** +Before you add a new report, we ask you kindly to acknowledge the following: + +[-] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md + +[-] I have searched the existing issues and I'm convinced that mine is new. + +[-] When the request is meant for an existing plugin, I've added its name to the title. + +**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. +(e.g. I would like an input field in the `/ui/firewall/alias` which would add .... to ....) + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..6152184ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,18 @@ +--- +name: Question +about: Ask a question about an OPNsense plugin, but before you do, please consider + using our forum +title: '' +labels: '' +assignees: '' + +--- + +**Important notices** +Our forum is located at https://forum.opnsense.org , please consider joining discussions there in stead of using GitHub for these matters. + +Before you ask a new question, we ask you kindly to acknowledge the following: + +[-] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md + +[-] I have searched the existing issues and I'm convinced that mine is new.