summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:06:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:06:32 +0000
commit2dad5357405ad33cfa792f04b3ab62a5d188841e (patch)
treeb8f8893942060fe3cfb04ac374cda96fdfc8f453 /.gitlab
parentInitial commit. (diff)
downloadremmina-2dad5357405ad33cfa792f04b3ab62a5d188841e.tar.xz
remmina-2dad5357405ad33cfa792f04b3ab62a5d188841e.zip
Adding upstream version 1.4.34+dfsg.upstream/1.4.34+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Default.md91
-rw-r--r--.gitlab/issue_templates/Empty.md2
-rw-r--r--.gitlab/issue_templates/Feature proposal.md15
-rw-r--r--.gitlab/merge_request_templates/.gitkeep0
-rw-r--r--.gitlab/merge_request_templates/Default.md33
-rw-r--r--.gitlab/merge_request_templates/Remmina Release.md16
6 files changed, 157 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
new file mode 100644
index 0000000..d45b686
--- /dev/null
+++ b/.gitlab/issue_templates/Default.md
@@ -0,0 +1,91 @@
+**Ensure the problem exists on the [![latest Remmina version(s)](https://repology.org/badge/latest-versions/remmina.svg)](https://repology.org/project/remmina/versions) first, \
+and keep trying to reproduce it on any later versions** :)
+
+* Reporting back greatly increases attention to and hope of fixing your issue.
+
+Do not use GitLab for support requests, instead ask questions on:
+
+* [Matrix](https://matrix.to/#/#remmina-room:matrix.org) (the best way to reach us)
+* [Reddit](https://reddit.com/r/Remmina)
+* IRC, on libera.chat, in the #remmina channel, or use a [web client](https://web.libera.chat/?nick=remminer|?#remmina).
+
+For enhancement requests select the proper Issue template in the above drop-down box.
+
+## Problem Description
+
+Write a detailed description of the problem.
+
+### What is the expected correct behavior?
+
+(What you want to see instead.)
+
+## Remote System Description
+
+* Server (OS name and version):
+* Special notes regarding the remote system (i.e. gateways, tunnel, etc.):
+
+### Relevant logs and/or screenshots
+
+<!-- (Paste any relevant logs - please use code blocks (```) to format ```console output, logs, and code``` as it's very hard to read otherwise.) -->
+
+## Debugging documentation
+
+Please see [Remmina debugging](https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging)
+
+## Local System Description
+
+* Client (OS name and version):
+* Remmina version ( ```remmina --version``` ):
+* Installation(s):
+ - [X] Distribution package.
+ - [ ] PPA.
+ - [ ] Snap.
+ - [ ] Flatpak.
+ - [ ] Compiled from sources.
+ - [ ] Other - detail:
+* Desktop environment (GNOME, Unity, KDE, ..):
+* Plugin(s):
+ - [X] RDP - freerdp version ( ```xfreerdp --version``` ):
+ - [ ] VNC
+ - [ ] SSH
+ - [ ] SFTP
+ - [ ] SPICE
+ - [ ] WWW
+ - [ ] EXEC
+ - [ ] Other (please specify):
+* GTK backend (Wayland, Xorg):
+* Optional: Include the output of the following commands at the end of this text:
+
+ - `remmina --full-version`
+
+<!-- ( Paste after the `shell` line ) -->
+```shell
+
+```
+
+ - `sudo lshw -C video`
+
+<!-- ( Paste after the `shell` line ) -->
+```shell
+
+```
+
+ - `uname -a`
+
+<!-- ( Paste after the `shell` line ) -->
+```shell
+
+```
+
+### Contributions
+
+In return, or to fix this issue, I'd be willing to:
+
+ - [ ] Fix this myself.
+ - [ ] [Donate](https://remmina.org/donations/) ___ and/or have donated ___ towards fixing it.
+ - [ ] Take a donation of ___ to fix it.
+ - [ ] Update the [documentation](https://remmina.gitlab.io/remminadoc.gitlab.io/md__c_o_n_t_r_i_b_u_t_i_n_g.html).
+ - [ ] Update the [wiki](https://gitlab.com/Remmina/Remmina/-/wikis/home).
+ - [ ] Translate Remmina in my native language(s) (___) on [Hosted Weblate](https://hosted.weblate.org/projects/remmina/remmina/).
+
+/label ~bug
diff --git a/.gitlab/issue_templates/Empty.md b/.gitlab/issue_templates/Empty.md
new file mode 100644
index 0000000..cc712dc
--- /dev/null
+++ b/.gitlab/issue_templates/Empty.md
@@ -0,0 +1,2 @@
+
+Thank you for submitting an issue. \ No newline at end of file
diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md
new file mode 100644
index 0000000..51002cd
--- /dev/null
+++ b/.gitlab/issue_templates/Feature proposal.md
@@ -0,0 +1,15 @@
+### Problem to solve
+
+<!-- What problem do we solve? -->
+
+### Further details
+
+<!-- Include use cases, benefits, etc. -->
+
+### Proposal
+
+<!-- How are you/we going to solve the problem? Do you have any ideas? -->
+
+/label ~enhancement
+
+
diff --git a/.gitlab/merge_request_templates/.gitkeep b/.gitlab/merge_request_templates/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.gitlab/merge_request_templates/.gitkeep
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
new file mode 100644
index 0000000..7019635
--- /dev/null
+++ b/.gitlab/merge_request_templates/Default.md
@@ -0,0 +1,33 @@
+<!--- Provide a general summary of your changes in the title above -->
+
+## Description
+<!--- Describe your changes in detail -->
+
+## Related Issue
+<!--- This project only accepts pull requests related to open issues -->
+<!--- If suggesting a new feature or change, please discuss it in an issue first -->
+<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
+<!--- Please link to the issue here: -->
+
+## Motivation and Context
+<!--- Why is this change required? What problem does it solve? -->
+
+## How Has This Been Tested?
+<!--- Please describe in detail how you tested your changes. -->
+<!--- Include details of your testing environment, and the tests you ran to -->
+<!--- see how your change affects other areas of the code, etc. -->
+
+## Screenshots (if appropriate):
+
+## Types of changes
+<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
+- [ ] Bug fix (non-breaking change which fixes an issue)
+- [ ] New feature (non-breaking change which adds functionality)
+- [ ] Breaking change (fix or feature that would cause existing functionality to change)
+
+## Checklist:
+<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
+<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
+- [ ] My code follows the code style of this project.
+- [ ] My change requires a change to the documentation.
+- [ ] I have updated the documentation accordingly.
diff --git a/.gitlab/merge_request_templates/Remmina Release.md b/.gitlab/merge_request_templates/Remmina Release.md
new file mode 100644
index 0000000..fe4e042
--- /dev/null
+++ b/.gitlab/merge_request_templates/Remmina Release.md
@@ -0,0 +1,16 @@
+## Release type or title
+
+## List of changes
+
+<!-- Taken from the changelog -->
+
+## Developer checklist
+
+- [ ] Did you change the version in CMakeLists.txt, data/desktop/org.remmina.Remmina.appdata.xml, po/remmina.pot and Doxyfile ?
+- [ ] Did you update the CHANGELOG.md file ?
+- [ ] Did you update the authors list in data/ui/remmina_about.glade ?
+- [ ] Did you update the flatpak files with any changes?
+
+/cc @bkohler @larchunix @kathenas @jweberhofer @tukusejssirs @kingu @ToolsDevler @raghavgururajan
+
+/label ~RELEASE