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

contributing.md - gitlab.com/Remmina/remmina-sandbox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b06fbe94a208c2db2ec4d9da0de7c6897b517c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Contributing to Remmina

Given the implied openness of the project, contributing to Remmina is extremely simple.
Everything is needed to contribute is well known and available to be used, and, most important, we are a kind, openminded, simple community.

In this page you should find everything you need to know if you want to contribute, if it misses anything let us know otr try to fix it yourself.

## Writing Code

`Remmina` uses the popular [Fork and Pull](http://stackoverflow.com/questions/11582995/what-is-the-fork-pull-model-in-github) model when it comes to contributing.

If you'd like to make changes to this project then the following basic steps will get you there!

1. Fork [this repo](https://github.com/FreeRDP/Remmina#fork-destination-box)
2. Make your changes
3. [Open a pull request](https://github.com/FreeRDP/Remmina/compare)

See our [wiki](https://github.com/FreeRDP/Remmina/wiki) to know how to compile Remmina and FreeRDP.

### Fix existing bugs

This, in general, should be the most important task.

At the moment there are not critical bugs to be fixed, but several annoyances and enhancements that we'd like to fix.

To see all the issues already labeled as bug, you can use [this query](https://github.com/FreeRDP/Remmina/issues?milestone=none&state=open&sort=created&labels=bug&direction=asc)

Some exemples are:

- #146 : XFCE intercepts shortcuts no matter of "Grab all keyboard events" button
- #190 : Modifier keys (alt) are wrongly mapped across a Ubuntu -> Mac remote session
- #380 : Segfault on apparently invalid pixel data  bug   unconfirmed
- #246 : Clipboard Sync from Mac OS X to Linux over VNC Not Working

### Implement most wanted features (some may have bounties)

Similarly, we have a quite important list of feture requests, that are labeled as [enhancement](https://github.com/FreeRDP/Remmina/issues?milestone=none&state=open&sort=created&labels=enhancement&direction=asc),
of which some that have a [bounty](https://github.com/FreeRDP/Remmina/issues?milestone=none&state=open&sort=created&labels=enhancement%2Cbounty&direction=asc) for those that will be able to implement them.

- #6: New resolution setting "fit to window" [$120]
- #323: File transfer in RDP plugin [$5]

### Internal projects

- Refactorying [remmina_connection_window.c](https://github.com/FreeRDP/Remmina/blob/next/remmina/src/remmina_connection_window.c) as it is big, complicated and hard to extend.
- Simplify the user interface.
- Move away from the thread model and go back to a fork model.
- Write an additional plugin system to write plugins also in Python and eventually Ruby.

## Report bugs, ideas, issues

Install it, use it and report back to us.
Whatever you find that it doesn't work, it's missing, it's ugly don't hesitate to let us know.

For bug and feature requests use [GitHub issues](https://github.com/FreeRDP/Remmina/issues)
For discussions you can use G+, reddit ad irc (we are not often connected, be patient)

## Documenting

### User guides, videos, tutorial, screenshots

### Developement docs

## Want to say hello?

## Donating