Skip to content

Commit

Permalink
Added the issue template file to help the user to provide enough info…
Browse files Browse the repository at this point in the history
…rmation
  • Loading branch information
email2vimalraj committed Mar 24, 2017
1 parent 6241899 commit 61cf6cc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!-- These sections are meant as guidance for you, to help you give the kind of information we'll need to help with your issue. If a section doesn't seem to fit, just skip it.
In general: Please provide as much information as you can to help us solving your problem -->

## Summary

<!-- Provide a general summary description of the issue -->

## Expected Behavior

<!-- If you're describing a bug, tell us what should happen -->
<!-- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior

<!-- If describing a bug, tell us what happens instead of the expected behavior -->
<!-- If suggesting a change/improvement, explain the difference from current behavior -->

## Sample

<!-- If you have got some output place it in the code block below. Otherwise remove it. -->
```java
// Sample code goes here
```

## Environment Details

<!-- If you're reporting a bug, include as many relevant details about the environment you experienced the bug in -->
* Extent report Version used:
* Operating System and version:
* JDK Version:

## Screenshots

<!-- If you have got some screenshots, feel free to attach with this issue. -->

<!-- And finally, kindly log ExtentX related issues on https://github.com/anshooarora/extentx/issues -->

0 comments on commit 61cf6cc

Please sign in to comment.