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 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