From 38f86a97136545b9b174c2e176dea23dd61ae8c0 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 24 Jul 2017 10:03:47 -0400 Subject: [PATCH 1/2] Update the issue template --- .github/ISSUE_TEMPLATE | 19 ------------------- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 1bf5178..0000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -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 - diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4b46e58 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +**Do you want to request a *feature* or report a *bug*?** + + +**What is the current behavior?** + +**If the current behavior is a bug, please provide the steps to reproduce.** + + +**What is the expected behavior?** + +**If this is a feature request, what is motivation or use case for changing the behavior?** + +**Wireless adapter:** + + +**Does it support injection?** + + +**Fluxion version:** + +**Linux version:** + \ No newline at end of file From fd6149631d3a64fd7287a9ff4ceedfd0fa12dc9d Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 24 Jul 2017 10:05:17 -0400 Subject: [PATCH 2/2] add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..89b76c5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ + + +**What kind of change does this PR introduce?** + + +**Summary** + + + +**Does this PR introduce a breaking change?** + + +**Other information** \ No newline at end of file