forked from ImageEngine/cortex
-
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.
Project Description : Add Bug Report Issue template
- Loading branch information
Michael DuBelko
committed
Oct 23, 2018
1 parent
5c80e9c
commit 0546aa9
Showing
1 changed file
with
29 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,29 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Version**: Cortex X.X.X-release (e.g. 10.0.0-a35) | ||
**3rd-party modules**: List any 3rd-party modules in your configuration | ||
|
||
### Description ### | ||
|
||
Provide a description of the problem/bug. | ||
|
||
### Steps to Reproduce ### | ||
|
||
1. List the steps required for others to reproduce the issue. | ||
|
||
### Debug Log ### | ||
|
||
<details> | ||
<summary>Click to Expand</summary><p> | ||
|
||
<!-- Optional: Insert debug log output below --> | ||
|
||
``` | ||
``` | ||
</p> | ||
</details> |