mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Added issue template.
This commit is contained in:
parent
4a2cb45d4d
commit
284cd01719
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/issue-template.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/issue-template.md
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
name: Issue Template
|
||||
about: A template for new issues.
|
||||
title: "[Bug|Feature Request|Other] Short Description of Issue"
|
||||
labels: ''
|
||||
|
||||
---
|
||||
|
||||
**Feature Request or Bug or Other**
|
||||
Feature Request | Bug | Other
|
||||
|
||||
**Describe the feature request or bug or other**
|
||||
A clear and concise description of what the bug, feature request,
|
||||
or other request is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Run tool like this: '...'
|
||||
2. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If possible please add screenshots to help explain your problem.
|
||||
|
||||
**System Information (System that tool is running on):**
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
Loading…
Reference in a new issue