Skip to content

Commit adb555b

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent 0a85373 commit adb555b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ISSUE_TEMPLATE.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## What's the problem (or question)?
2+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
3+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
4+
5+
## Do you have an idea for a solution?
6+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
7+
<!--- or ideas how to implement the addition or change -->
8+
9+
## How can we reproduce the issue?
10+
<!--- Provide unambiguous set of steps to reproduce this bug. Include command to reproduce, if relevant (you can mask the sensitive data) -->
11+
1.
12+
2.
13+
3.
14+
4.
15+
16+
## What are the running context details?
17+
<!--- Include as many relevant details about the running context you experienced the bug/problem in -->
18+
* Installation method (e.g. `pip`, `apt-get`, `git clone` or `zip`/`tar.gz`):
19+
* Client OS (e.g. `Microsoft Windows 10`)
20+
* Program version (`python sqlmap.py --version` or `sqlmap --version` depending on installation):
21+
* Target DBMS (e.g. `Mongo`):
22+
* Detected WAF/IDS/IPS protection (e.g. `ModSecurity` or `unknown`):
23+
* Results of manual target assessment
24+
* Relevant console output (if any):
25+
* Exception traceback (if any):

0 commit comments

Comments
 (0)