diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
| commit | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (patch) | |
| tree | 4e6220877828be4c6f261de09ec0cb2d80e32389 /.gitlab | |
| parent | bba2e4b4de668db525cbfdfc35292e5a0b51671a (diff) | |
New upstream version 1.47.90 upstream/1.47.90
Diffstat (limited to '.gitlab')
| -rw-r--r-- | .gitlab/issue_templates/Bug.md | 18 | ||||
| -rw-r--r-- | .gitlab/issue_templates/Feature.md | 5 | ||||
| -rw-r--r-- | .gitlab/merge_request_templates/Default.md | 20 |
3 files changed, 43 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..048494b9 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,18 @@ +## Summary + +(Summarize the bug encountered concisely) + +## Version affected + +(Which version of NetworkManager is affected (`nmcli --version`), which distro, and the version of any other relevant software involved) + +## Steps to reproduce + +## Actual result + +## Expected result + +## Relevant logs + +(Please see the DEBUGGING section of "[man NetworkManager](https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/NetworkManager.html)" and attach any relevant log) + diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 00000000..7301d509 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,5 @@ +## Description of the feature + +## Description of the use cases + +## References and other resources diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 00000000..ab71553b --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,20 @@ +## Summary + +(Describe what the merge request does) + +## Purpose + +(Describe why the merge request is useful, which use cases it addresses, which issue it fixes) + +## Checklist + +Please read +https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/CONTRIBUTING.md +before opening the merge request. In particular, check that: + + - [ ] the subject for all commits is concise and explicative + - [ ] the message for all commits explains the reason for the change + - [ ] the source is properly formatted + - [ ] any relevant documentation is up to date + - [ ] you have added unit tests if applicable + - [ ] the NEWS file is updated when the change deserves to be mentioned, for example for new features, behavior changes, API deprecations, etc. |