Unverified Commit dfb9e417 by Marcin Bury Committed by GitHub

Adding issue & pr templates (#441)

parent ae9cd5a8
# Prerequisites
Your issue may already be reported!
Please search on the [issue track](https://github.com/threat9/routersploit/labels/bug) before creating one.
! INCOMPLETE REPORTS WILL BE CLOSED. PLEASE REMOVE THIS PART AND LEAVE ONLY THE FOLLOWING SECTIONS IN YOUR REPORT. !
---
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Your Environment
* RouterSploit Version used:
......@@ -12,16 +10,10 @@ Please search on the [issue track](https://github.com/threat9/routersploit/label
* Python Version: ( `python3 --version` )
* Python Environment: ( `python3 -m pip freeze` )
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, tell us how it works right now -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Status
** READY/IN DEVELOPMENT/HOLD **
## Description
Describe what is changed by your Pull Request. If this PR is related to the open issue (bug/feature/new module) please attach issue number.
## Verification
Provide steps to test or reproduce the PR.
- [ ] Start `./rsf.py`
- [ ] `use exploits/routers/dlink/dsl_2750b_rce`
- [ ] `set target 192.168.1.1`
- [ ] `run`
- [ ] ...
- [ ] Write tests ([Example](https://github.com/threat9/routersploit/blob/master/tests/exploits/routers/dlink/test_dsl_2750b_rce.py))
- [ ] Document how it works
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment