diff --git a/.github/ISSUE_TEMPLATE/1-bug-report-scripts.md b/.github/ISSUE_TEMPLATE/1-bug-report-scripts.md new file mode 100644 index 00000000..446f7abc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report-scripts.md @@ -0,0 +1,36 @@ +--- +name: Bug report (script bug or unexpected script behavior) +about: Create a bug report for generated scripts to help privacy.sexy improve +labels: bug +title: '[BUG]: ' +--- + + + +### Describe the bug + + + +### OS + + + +### Screenshots + + + +### Scripts + + + +### Additional information + + diff --git a/.github/ISSUE_TEMPLATE/2-bug-report-generic.md b/.github/ISSUE_TEMPLATE/2-bug-report-generic.md new file mode 100644 index 00000000..0ee00fd4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug-report-generic.md @@ -0,0 +1,52 @@ +--- +name: Bug report (unrelated to generated scripts) +about: Create a bug report that's not related to generated scripts to help privacy.sexy improve +labels: bug +title: '[BUG]: ' +--- + + + +### Describe the bug + + + +### To Reproduce + + + +### Expected behavior + + + +### Screenshots + + + +### Distribution + + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/3-feature_request.md b/.github/ISSUE_TEMPLATE/3-feature_request.md new file mode 100644 index 00000000..8cfa1363 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-feature_request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest an idea for privacy.sexy +labels: enhancement +--- + + + +### Problem Description + + + +### Proposed solution + + + +### Alternatives considered + + + +### Additional information + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..a49eab2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: true \ No newline at end of file