Skip to content

Commit

Permalink
Merge pull request #19 from dev-sec/templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
artem-sidorenko committed Oct 23, 2018
2 parents bc98646 + a3b250d commit 9daf364
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve

---

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

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

**Actual behavior**
<!--- Paste verbatim command output between quotes -->
```paste below
```

**Example code**
<!--- Paste an example code that can be used to reproduce the problem between quotes -->
```paste below
```

**OS / Environment**

<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->

**Inspec Version**
<!--- Paste verbatim output from "inspec --version" between quotes -->
```paste below
```

**Baseline Version**
<!--- Paste version or git commit of the baseline between quotes -->
```paste below
```

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project

---

**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 [...]

**Describe the solution you'd like**
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 context**
Add any other context or screenshots about the feature request here.

0 comments on commit 9daf364

Please sign in to comment.