diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..b3e748ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Create a bug report to help us understand your issue +title: 'Bug: ' +labels: ":ant: bug" +assignees: '' + +--- + +**Bug Description** +A clear and concise description of what the bug is. Please be more descriptive than "doesn't work". + +**What did you do?** +Describe the steps to reproduce the behavior + +**What did you expect to happen?** + +**What actually happened?** + +**Environment** + - Mage Version: [run mage --version] + - OS: [e.g. windows/linux/mac] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/everything-else.md b/.github/ISSUE_TEMPLATE/everything-else.md new file mode 100644 index 00000000..b879ddd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/everything-else.md @@ -0,0 +1,10 @@ +--- +name: Everything Else +about: An issue that isn't a bug or a feature +title: '' +labels: '' +assignees: '' + +--- + +If you have a question about how to use mage or any kind of discussion rather than something that is literally a bug report or feature request, consider heading on over to Mage's [Discussion](https://github.com/magefile/mage/discussions) area of github. That's your best bet for finding answers and helping other people who have the same question you have. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..1a7d9c3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: Suggest a new feature for Mage +title: 'Enhancement: ' +labels: ":sparkles: enhancement" +assignees: '' + +--- + +**Describe the feature** +A clear and concise description of what the feature should do. Focus more on behavior than specific names, flags, etc. + +**What problem does this feature address?** +How does this benefit users of Mage? + +**Additional context** +Add any other context or screenshots about the feature request here.