Skip to content

Instantly share code, notes, and snippets.

@firyalff
Created March 26, 2020 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firyalff/13a023e747851c331e3c9ff997eb10b4 to your computer and use it in GitHub Desktop.
Save firyalff/13a023e747851c331e3c9ff997eb10b4 to your computer and use it in GitHub Desktop.

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