diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index cf4ea5111..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ -## What's the problem (or question)? - - - -## Do you have an idea for a solution? - - - -## How can we reproduce the issue? - -1. -2. -3. -4. - -## What are the running context details? - -* Installation method (e.g. `pip`, `apt-get`, `git clone` or `zip`/`tar.gz`): -* Client OS (e.g. `Microsoft Windows 10`) -* Program version (`python sqlmap.py --version` or `sqlmap --version` depending on installation): -* Target DBMS (e.g. `Microsoft SQL Server`): -* Detected WAF/IPS protection (e.g. `ModSecurity` or `unknown`): -* SQLi techniques found by sqlmap (e.g. `error-based` and `boolean-based blind`): -* Results of manual target assessment (e.g. found that the payload `query=test' AND 4113 IN ((SELECT 'foobar'))-- qKLV` works): -* Relevant console output (if any): -* Exception traceback (if any):