Skip to content

Commit

Permalink
Merge pull request #52 from sadsfae/development
Browse files Browse the repository at this point in the history
implement issue templates
  • Loading branch information
grafuls committed Oct 15, 2019
2 parents 09ecddc + 25fb956 commit 1d497b3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_or_issue.md
@@ -0,0 +1,34 @@
---
name: Bug Report or Issue
about: Create a Bug Report or Issue to Improve the Project
title: ''
labels: ''
assignees: ''

---

**Your System Details**

* Python Version:
* Operating System:
* Target System Type: (_e.g. Dell, SuperMicro_)
* IPMI / Out-of-band Firmware Version: (_e.g. iDRAC 8 2.60.60.60)

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce / What were you Doing?**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Logs / Screenshots**
If applicable, add logs or screenshots to help explain your problem.

**Additional Details**
Add any other context or details about the problem here.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_or_enhancement.md
@@ -0,0 +1,23 @@
---
name: Feature Request or Enhancement
about: Suggest an Idea or Enhancement for this Project
title: "[RFE]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**What System / IPMI Platform?**
Describe your target system type.

**Describe the Possible Solution**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional Info**
Add any other info or context about the feature request here.

0 comments on commit 1d497b3

Please sign in to comment.