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

Patch 1 #219

Merged
merged 5 commits into from Feb 25, 2018
Merged
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
41 changes: 21 additions & 20 deletions ISSUE_TEMPLATE.md
@@ -1,47 +1,48 @@
#### Report an Issue / Request a Feature

I'm submitting a (Check one with "x") : [ ] bug report [ ] feature request
I'm submitting a (Check one with "x") :
- [ ] bug report
- [ ] feature request

***

##### Issue Severity Classification -

(Check one with "x") : [ ] 1 [ ] 2 [ ] 3

1. Severe - `ProjectTemplate` is unable to operate or caused other critical software to fail and there is no acceptable way to work around the problem. This condition requires an immediate solution.
(Check one with "x") :
- [ ] 1 - Severe
- [ ] 2 - Moderate
- [ ] 3 - Low

<!--
1. Severe - `ProjectTemplate` is unable to operate or caused other critical software to fail and there is no acceptable way to work around the problem. This condition requires an immediate solution.
2. Moderate - Significant impact. `ProjectTemplate` is usable but is limited. Work around exists, but requires significant effort. Incomplete/incorrect documentation, poor or unexplained log messages where no clear error was evident, side effect is observed which does not significantly harm operations etc.

3. Low - Minimal impact. Issue is an annoyance, but I can get work done. This indicates the problem causes little impact on operations or that a reasonable circumvention to the problem has been implemented. Usability quirks, requires minor documentation updates, or could be enhance with some minor changes to the function.
-->

##### Expected Behavior

What do you think should happen?
<!-- What do you think should happen? -->

##### Current Behavior

What currently happens?
<!-- What currently happens? -->

##### Steps to Reproduce Behavior

How can we reproduce the behavior?

1.
2.
3.
<!-- How can we reproduce the behavior? -->

`insert short code snippets here`

***

##### Screenshots (optional)
<!-- OPTIONAL -->
##### Screenshots

Insert screenshots here
<!-- Insert screenshots here -->

##### Version Information (optional)
##### Version Information

What are the versions of R, ProjectTemplate, and other dependencies?
<!-- What are the versions of R, ProjectTemplate, and other dependencies? -->

##### Possible Solution (optional)
##### Possible Solution

Any ideas how to solve the problem?
<!-- Any ideas how to solve the problem? -->