mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
convert list to tasks (#2803)
This commit is contained in:
parent
03e60fa604
commit
d338587fa8
3 changed files with 8 additions and 13 deletions
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -10,11 +10,9 @@ 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
|
||||
- [ ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
|
||||
- [ ] I have searched the existing issues, open and closed, 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).
|
||||
|
|
|
|||
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -10,11 +10,9 @@ 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.
|
||||
- [ ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
|
||||
- [ ] I have searched the existing issues, open and closed, 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 [...]
|
||||
|
|
|
|||
5
.github/ISSUE_TEMPLATE/question.md
vendored
5
.github/ISSUE_TEMPLATE/question.md
vendored
|
|
@ -13,6 +13,5 @@ Our forum is located at https://forum.opnsense.org , please consider joining dis
|
|||
|
||||
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.
|
||||
- [ ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
|
||||
- [ ] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
|
||||
|
|
|
|||
Loading…
Reference in a new issue