Created
March 26, 2020 03:55
-
-
Save firyalff/4875e47731ed6a7ecbbffbc9518f6787 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
**Issue General Information** | |
This is a sample issue to be used as a template for every bugs or even suggestion for improvement. Issue raised in each repository better be following this sample issue structure. The first section is general info of the issue while this paragraph also works as an general info example. Every problem occurred in development cycle **MUST** be written as repository issue to ease problem follow-ups. | |
**Step to Reproduce** | |
1. In this section you need to describe the steps to reproduce the issue | |
2. The steps written needs to be as detailed and complete as possible | |
3. Since this will help devs to trace and find the solution | |
**Expected Result** | |
``` | |
{ | |
the: "Expected Result", | |
which: "is the related feature goal", | |
should: "be written here", | |
of: "course, it need to be as detailed as possible", | |
you: "can also put image in here" | |
} | |
``` | |
**Actual Result** | |
``` | |
{ | |
the: "Actual Result", | |
is: "the result you get", | |
which: "is the reason", | |
you: "took it as an issue", | |
same: "as actual result, you can also put image in here" | |
} | |
``` | |
**Additional Information** | |
In this section, you can put every single additional information that can help devs solving the problem, whether it is a technical suggestion or any other workaround you have. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment