diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-03-20 07:13:32 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-03-20 07:13:32 +0100 |
| commit | 3d8d4136a51ea58be5b4544acf9b01f02f34a120 (patch) | |
| tree | 7a3f30799eedf3d51fde36f828d8635a0a257ca4 /.github | |
| parent | 79dc1f17a65364d2d23c2d701118200b2f7cd187 (diff) | |
| download | gitlab-3d8d4136a51ea58be5b4544acf9b01f02f34a120.tar.gz | |
Provide a basic issue template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..8622f94 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +## Description of the problem, including code/CLI snippet + + +## Expected Behavior + + +## Actual Behavior + + +## Specifications + + - python-gitlab version: + - API version you are using (v3/v4): + - Gitlab server version (or gitlab.com): |
