mirror of
https://github.com/gophish/gophish
synced 2024-11-12 23:37:11 +00:00
Create ISSUE_TEMPLATE.md
Added an issue template to be used when creating new issues.
This commit is contained in:
parent
62b2bb4780
commit
d6449923ab
1 changed files with 31 additions and 0 deletions
31
ISSUE_TEMPLATE.md
Normal file
31
ISSUE_TEMPLATE.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
**Thanks for reaching out! We're happy to help resolve issues as quickly as possible.**
|
||||
|
||||
**Please use this template when creating a new issue. If you do not follow this template format, your issue may be closed without comment.**
|
||||
|
||||
Before filing a new issue, please use the search bar at the top of the browser to search for similar issues. Also, please make sure you have read our [documentation](https://getgophish.com/documentation/), which covers how to use Gophish.
|
||||
|
||||
What version of Gophish are you using?:
|
||||
|
||||
Brief description of the issue:
|
||||
|
||||
What are you expecting to see happen? :
|
||||
|
||||
What are you seeing happen?
|
||||
|
||||
If this question is related to email templates or landing pages not working as expected, please provide your template or landing page below:
|
||||
|
||||
```html
|
||||
Insert code here
|
||||
```
|
||||
|
||||
Please provide any terminal output that may be relevant below:
|
||||
|
||||
```
|
||||
Insert output here
|
||||
```
|
||||
|
||||
Please provide as many steps as you can to reproduce the problem:
|
||||
* Step 1 -
|
||||
* Step 2 -
|
||||
|
||||
|
Loading…
Reference in a new issue