Merge pull request #39 from Geczy/fix-issue-tpl

Fix issue tpl & add pull request tpl
This commit is contained in:
deltax 2017-07-24 19:55:57 +02:00 committed by GitHub
commit d77295504d
3 changed files with 35 additions and 19 deletions

View File

@ -1,19 +0,0 @@
### Fill in the answers for all of the questions below, OTHERWISE YOUR TICKET WILL BE INSTANTLY CLOSED.
### Which version of fluxion are you using?
<???>
### What distribution of Linux (including the version) are you running it on?
<???>
### What wireless adapter are you using? Exact model and chipset, statements like "internal" and "was working before" are not helpful at all.
<???>
### Which is the driver for it?
<???>
### Does it support injection ( output of aireplay-ng -9)
<???>
### General description of your issue along with the steps to reproduce it
<???>

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

@ -0,0 +1,22 @@
**Do you want to request a *feature* or report a *bug*?**
<!-- Please ask questions on StackOverflow or the webpack Gitter (https://gitter.im/webpack/webpack). Questions will be closed. -->
**What is the current behavior?**
**If the current behavior is a bug, please provide the steps to reproduce.**
<!-- A great way to do this is to provide screenshots and commands. -->
**What is the expected behavior?**
**If this is a feature request, what is motivation or use case for changing the behavior?**
**Wireless adapter:**
<!-- Exact model, chipset, and driver versions. -->
**Does it support injection?**
<!-- Paste the output of `aireplay-ng -9` -->
**Fluxion version:**
**Linux version:**
<!-- Paste the output of `cat /proc/version` -->

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
**What kind of change does this PR introduce?**
<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->
**Summary**
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
<!-- Try to link to an open issue for more information. -->
**Does this PR introduce a breaking change?**
<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->
**Other information**