diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-31 14:35:22 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-31 14:35:22 +0100 |
commit | ea4a46d864579cae7a6ff150ab56c584eb225e99 (patch) | |
tree | ddb63663807255b77e76d0425a83d95b7397cb79 /.gitlab | |
parent | e0a4094bb699294e2e5147b06c6807f48b55c74d (diff) | |
download | gnutls-ea4a46d864579cae7a6ff150ab56c584eb225e99.tar.gz |
Added issue templates [ci skip]
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 22 | ||||
-rw-r--r-- | .gitlab/issue_templates/Feature.md | 9 |
2 files changed, 31 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000..a6a895618b --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,22 @@ +## Description of problem: + + +## Version of gnutls used: + + +## Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL) + + +## How reproducible: + +Steps to Reproduce: +1. +2. +3. + +## Actual results: + + +## Expected results: + + diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000000..a4d128c597 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,9 @@ +## Description of the feature: + + +## Applications that this feature may be relevant to: + + +## Is this feature implemented in other libraries (and which) + + |