forked from sandarutharuneth/ivongiveaways
-
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.
- Loading branch information
Showing
1 changed file
with
39 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,39 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: BUG | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## General Information | ||
**Summary** | ||
<!--- Provide a summary of the feature request or bug--> | ||
|
||
**Impact to Users** | ||
<!--- How has this feature request or bug impact you or our stakeholders? What are the benefits of fixing it --> | ||
|
||
**Additional Information** | ||
<!--- Provide more in depth information --> | ||
|
||
|
||
|
||
## Bug Reports Only | ||
<!--- Please fill out the below sections if this is a bug report --> | ||
|
||
**Expected Behaviour** | ||
<!--- Tell us what should happen --> | ||
|
||
**Actual Behaviour** | ||
<!--- If this is a bug tell us what happens instead --> | ||
|
||
**Possible Fix** | ||
<!--- Not obligatory, but suggest a fix or reason for the bug, if known --> | ||
|
||
**Steps to Reproduce** | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug --> | ||
1. | ||
2. | ||
3. | ||
4. |