Created
June 23, 2017 08:32
-
-
Save manucorporat/8d4f7a78b1a3e9c2d5cb6548597f9832 to your computer and use it in GitHub Desktop.
go-git-issue-template
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
**I'm submitting a ...** (check one with "x") | |
[ ] bug report | |
[ ] feature request | |
[ ] support request => Please do not submit support requests here, use the #go-git tag in stackoverflow. | |
**How would the same operation be performed using git from the command line terminal?** | |
<!-- Describe how the same operation can be performed sucessfully using the official git implementation --> | |
**Current behavior:** | |
<!-- Describe how the bug manifests. --> | |
**Expected behavior:** | |
<!-- Describe what the behavior would be without the bug. --> | |
**Steps to reproduce:** | |
<!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce. | |
A minimum working example, ie a valid piece of Go code. If the code is too long to be inlined in the issue itself, please, create a repo or a gist. | |
--> | |
**Other information:** | |
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. --> | |
**go-git version:** | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment