diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..cbd540b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: "\U0001F41B [Bug]" +labels: bug +assignees: gladiuscode + +--- + +**Workflow affected** +Please provide the name of the workflow that isn't working properly. + +**Describe the bug** +Please descrive the bug you are experiencing. + +**Screenshots** +If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..20b6e78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest a new workflow that we could create +title: "⚙️ [Feature]" +labels: enhancement +assignees: gladiuscode + +--- + +**Describe the solution you'd like** +A clear and concise description of what you want to happen.