Skip to content

Instantly share code, notes, and snippets.

View firyalff's full-sized avatar

Firyal Fakhrilhadi firyalff

  • Indonesia
View GitHub Profile

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
**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
https://reseller.stg.sampingan.co/jwt-set?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVkY2U2MDZlODEwZGFjNTBkNzdkYjFjOSIsInBob25lTnVtYmVyIjoiODU3OTA0MzYwODUiLCJjb3VudHJ5Q29kZSI6Iis2MiIsInN0YXR1cyI6ImFjdGl2ZSIsInR5cGVzIjpbImFnZW50Il0sImlhdCI6MTU3NDg0NjIwNSwiZXhwIjoxNTc3NDM4MjA1fQ.wpVtmGuVmJoLsjgvnOeKER8f_huiM4SMNKh5O0DIgCk&article_id=1
@firyalff
firyalff / sample issue report.md
Created November 7, 2019 04:39
Sample Issue

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
**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
@firyalff
firyalff / base64S3Upload.go
Created July 18, 2018 08:25
Upload base64 encoded file to S3 using go and AWS SDK
package main
import (
"bytes"
"encoding/base64"
"fmt"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/session"