Skip to content

Commit

Permalink
Create issue templates (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
natefinch committed Sep 28, 2021
1 parent d9e2e41 commit dd94424
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .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: <description>'
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.
10 changes: 10 additions & 0 deletions .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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest a new feature for Mage
title: 'Enhancement: <description>'
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.

0 comments on commit dd94424

Please sign in to comment.