diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:44:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:44:12 +0000 |
commit | 1be69c2c660b70ac2f4de2a5326e27e3e60eb82d (patch) | |
tree | bb299ab6f411f4fccd735907035de710e4ec6abc /.gitlab | |
parent | Initial commit. (diff) | |
download | cryptsetup-upstream/2%2.3.7.tar.xz cryptsetup-upstream/2%2.3.7.zip |
Adding upstream version 2:2.3.7.upstream/2%2.3.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .gitlab/issue_templates/Bug.md | 15 | ||||
-rw-r--r-- | .gitlab/issue_templates/Documentation.md | 5 | ||||
-rw-r--r-- | .gitlab/issue_templates/Feature.md | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..f8837aa --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,15 @@ +### Issue description +<!-- Please, shortly describe the issue here. --> + +### Steps for reproducing the issue +<!-- How it can be reproduced? Include all important steps. --> + +### Additional info +<!-- Please mention what distribution you are using. --> + +### Debug log +<!-- Paste a debug log of the failing command (add --debug option) between the markers below (to keep raw debug format).--> +``` +Output with --debug option: + +``` diff --git a/.gitlab/issue_templates/Documentation.md b/.gitlab/issue_templates/Documentation.md new file mode 100644 index 0000000..b4e47e2 --- /dev/null +++ b/.gitlab/issue_templates/Documentation.md @@ -0,0 +1,5 @@ +### Documentation issue +<!-- Please, shortly describe the issue in documentation here. --> + +### Additional info +<!-- Please mention what cryptsetup version you are using. --> diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000..fa94c8a --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,5 @@ +### New feature description +<!-- Please, shortly describe the requested feature here. --> + +### Additional info +<!-- Please mention what distribution and cryptsetup version you are using. --> |