Add issue template to .github dir

This commit is contained in:
k4m4 2017-03-26 21:28:13 +03:00
parent 78f7401e64
commit db968a5ee8
2 changed files with 28 additions and 1 deletions

27
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,27 @@
<!--
Hi there! Thank you for bringing an issue to out attention.
Before submitting, let's make sure of a few things.
Please make sure the following boxes are ticked if they apply.
If they do not, please try and fulfil these first.
-->
<!-- Checked checkbox should look like this: [x] -->
- [ ] I have carefully read the [README](https://github.com/k4m4/kickthemout/blob/master/README.rst) file and haven't managed to resolve my issue.
- [ ] I have searched the [issues](https://github.com/k4m4/kickthemout/issues?utf8=%E2%9C%93&q=is%3Aissue) of this repo and believe that this is not a duplicate.
- [ ] I am running the latest version of KickThemOut.
<!--
Once all boxes are ticked, it would be very helpful if you could fill in the
following list with the appropriate information.
-->
- **OS name & version**: <!-- Replace with os name & version -->
- **Python version**: <!-- Replace with python version -->
- **Scapy version**: <!-- Replace with scapy version -->
- **Nmap version**: <!-- Replace with nmap version -->
- **Link of a [Gist](https://gist.github.com/) with the response of a `$ sudo python -vvv kickthemout.py` command`**: <!-- Gist Link Here -->
## Issue
<!-- Now feel free to write about your issue; please remember to be as descriptive as possible! Thanks again! 🙌 ❤️ -->

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# -.- coding: utf-8 -.-
# scan.py
# author: xdavidhu
# authors: k4m4 & xdavidhu
def scanNetwork(network):
returnlist = []