Skip to content

Commit

Permalink
Improving PR template (threat9#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa authored Jun 3, 2018
1 parent 72f5b2f commit 5a7185f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## Status
** READY/IN DEVELOPMENT/HOLD **
**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`
- [ ] ...
1. Start `./rsf.py`
2. `use exploits/routers/dlink/dsl_2750b_rce`
3. `set target 192.168.1.1`
4. `run`
5. ...

## Checklist
- [ ] Write module/feature
- [ ] Write tests ([Example](https://github.com/threat9/routersploit/blob/master/tests/exploits/routers/dlink/test_dsl_2750b_rce.py))
- [ ] Document how it works ([Example](https://github.com/threat9/routersploit/blob/master/docs/modules/exploits/routers/dlink/dsl_2750b_rce.md))

0 comments on commit 5a7185f

Please sign in to comment.