Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create issue templates #374

Merged
merged 1 commit into from Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.