forked from anshooarora/extentreports-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the issue template file to help the user to provide enough info…
…rmation
- Loading branch information
1 parent
6241899
commit 61cf6cc
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |