Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
create issue template to help open bugs or enhancements providing app…
Browse files Browse the repository at this point in the history
…ropriate severity and detailed bug report.
  • Loading branch information
chambridge committed Aug 9, 2017
1 parent de0c29e commit 5828485
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
39 changes: 39 additions & 0 deletions .github/issue_template.md
@@ -0,0 +1,39 @@
# Openning a new issue
___

## Specify type:
- Bug
- Enhancement

### Bug severity (if applicable):
- Blocker
- High
- Medium
- Low
___

## Description:
Provide a description of the issue being raised.
___

## Bug Report

### Version of rho:
[ 0.27, 0.28 ]

### Expected behavior:
Describe the expected behavior for the program.

### Actual behavior:
Provide the actual behavior for the program.

### Steps to reproduce:
List clear steps to reproduce the bug.

### Environment information:
Provide detailed information on the *scanning* and *target* systems (if applicable); see example below.

Type | Operating System | OS Version | Python Version | Virtualization
--------------- | ---------------- | ---------- | -------------- | --------------
Scanning System | RHEL | 7.4 | 3.6 | Bare Metal
Target System | RHEL | 5.9 | 2.4.6 | RHEV
7 changes: 4 additions & 3 deletions README.rst
Expand Up @@ -20,7 +20,7 @@ command and command options with rho, see the *manpage*.
- `Installation`_
- `Command Syntax & Usage`_
- `Development`_
- `Known Issues`_
- `Issues`_
- `Changes`_
- `Authors`_
- `Contributing`_
Expand Down Expand Up @@ -219,10 +219,11 @@ information in `functional test document <doc/functional_test.rst>`_.


-------------
Known Issues
Issues
-------------
To report bugs for rho `open issues <https://github.com/quipucords/rho/issues>`_
against this repository in Github.
against this repository in Github. Please complete the issue template when
opening a new bug to improve investigation and resolution time.

----------------
Changes
Expand Down

0 comments on commit 5828485

Please sign in to comment.