Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-07-23 15:44:00 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-07-23 15:44:00 +0300
commit026e86f1191d1ab307d39f772ad0e18e6c585592 (patch)
treee0e7bda0366738525a0ceaa532c516f993d1780d /.gitlab
parent680798b77728a50c763eb8bec88583ee87813929 (diff)
Adding new gitlab templates
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug.md70
-rw-r--r--.gitlab/issue_templates/Feature proposal.md15
2 files changed, 85 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 000000000..bfc594800
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,70 @@
+**Consider to test the latest Remmina version before to submit a bug report**
+*At the moment the latest version available is v1.3.4*
+
+If this is not a bug, submit your question to [reddit](https://reddit.com/r/Remmina) or our [general discussion mailing list](https://lists.remmina.org/listinfo/users).
+Sometimes you can find us on IRC, we are on freenode.net , in the channel #remmina.
+
+## Local System Description
+
+* Client (OS name and version):
+* Remmina version ( ```remmina --version``` ):
+* Installation mean:
+ - [X] Distribution package.
+ - [ ] PPA.
+ - [ ] Snap.
+ - [ ] Flatpak.
+ - [ ] Compiled from sources.
+ - [ ] Other - detail:
+* Desktop environment (GNOME, Unity, KDE, ..):
+* Plugin:
+ - [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 this line ) -->
+```shell
+
+```
+
+ - `sudo lshw -C video`
+
+<!-- ( Paste after this line ) -->
+```shell
+
+```
+
+ - `uname -a`
+
+<!-- ( Paste after this line ) -->
+```shell
+
+```
+
+## Remote System Description
+
+* Server (OS name and version):
+* Special notes regarding the remote system (i.e. gateways, tunnel, etc):
+
+## Problem Description
+
+Write here a detailed description of the problem.
+
+### What is the expected correct behavior?
+
+(What you should see instead)
+
+
+### 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.) -->
+
+/label ~Bug
diff --git a/.gitlab/issue_templates/Feature proposal.md b/.gitlab/issue_templates/Feature proposal.md
new file mode 100644
index 000000000..3499c0e4e
--- /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 we going to solve the problem? Do you have any ideas? -->
+
+/label ~enhancement
+
+