2014-08-05 11:53:46 -07:00
|
|
|
## Reporting Bugs
|
|
|
|
|
2021-05-31 01:27:35 -07:00
|
|
|
Please file bugs in the [GitHub Issue
|
2014-08-05 11:53:46 -07:00
|
|
|
Tracker](https://github.com/syncthing/syncthing/issues). Include at
|
|
|
|
least the following:
|
|
|
|
|
|
|
|
- What happened
|
|
|
|
|
|
|
|
- What did you expect to happen instead of what *did* happen, if it's
|
|
|
|
not crazy obvious
|
|
|
|
|
|
|
|
- What operating system, operating system version and version of
|
|
|
|
Syncthing you are running
|
|
|
|
|
2014-09-28 04:00:38 -07:00
|
|
|
- The same for other connected devices, where relevant
|
2014-08-05 11:53:46 -07:00
|
|
|
|
|
|
|
- Screenshot if the issue concerns something visible in the GUI
|
|
|
|
|
|
|
|
- Console log entries, where possible and relevant
|
|
|
|
|
|
|
|
If you're not sure whether something is relevant, erring on the side of
|
|
|
|
too much information will never get you yelled at. :)
|
|
|
|
|
2014-08-06 02:02:41 -07:00
|
|
|
## Contributing Translations
|
|
|
|
|
|
|
|
All translations are done via
|
2023-02-07 04:22:08 -07:00
|
|
|
[Weblate](https://hosted.weblate.org/projects/syncthing/). If you wish
|
|
|
|
to contribute to a translation, just head over there and sign up.
|
2014-08-06 02:02:41 -07:00
|
|
|
Before every release, the language resources are updated from the
|
2023-02-07 04:22:08 -07:00
|
|
|
latest info on Weblate.
|
|
|
|
|
|
|
|
Note that the previously used service at
|
|
|
|
[Transifex](https://www.transifex.com/projects/p/syncthing/) is being
|
|
|
|
retired and we kindly ask you to sign up on Weblate for continued
|
|
|
|
involvement.
|
2014-08-06 02:02:41 -07:00
|
|
|
|
2014-08-05 11:53:46 -07:00
|
|
|
## Contributing Code
|
|
|
|
|
2014-11-18 00:49:02 -07:00
|
|
|
Every contribution is welcome. If you want to contribute but are unsure
|
2015-06-09 15:02:39 -07:00
|
|
|
where to start, any open issues are fair game! See the [Contribution
|
2016-10-27 10:02:19 -07:00
|
|
|
Guidelines](https://docs.syncthing.net/dev/contributing.html) for the full
|
2015-06-09 15:04:53 -07:00
|
|
|
story on committing code.
|
2014-01-28 11:08:45 -07:00
|
|
|
|
2015-06-09 15:02:39 -07:00
|
|
|
## Contributing Documentation
|
2014-12-02 07:55:45 -07:00
|
|
|
|
2016-10-27 10:02:19 -07:00
|
|
|
Updates to the [documentation site](https://docs.syncthing.net/) can be
|
2015-06-09 15:02:39 -07:00
|
|
|
made as pull requests on the [documentation
|
|
|
|
repository](https://github.com/syncthing/docs).
|
2014-09-26 00:50:56 -07:00
|
|
|
|
2014-03-24 06:57:14 -07:00
|
|
|
## Licensing
|
|
|
|
|
2016-06-01 06:47:25 -07:00
|
|
|
All contributions are made available under the same license as the already
|
|
|
|
existing material being contributed to. For most of the project and unless
|
|
|
|
otherwise stated this means MPLv2, but there are exceptions:
|
|
|
|
|
|
|
|
- Certain commands (under cmd/...) may have a separate license, indicated by
|
|
|
|
the presence of a LICENSE file in the corresponding directory.
|
|
|
|
|
|
|
|
- The documentation (man/...) is licensed under the Creative Commons
|
|
|
|
Attribution 4.0 International License.
|
|
|
|
|
|
|
|
- Projects under vendor/... are copyright by and licensed from their
|
|
|
|
respective original authors. Contributions should be made to the original
|
|
|
|
project, not here.
|
|
|
|
|
|
|
|
Regardless of the license in effect, you retain the copyright to your
|
|
|
|
contribution.
|
2014-03-24 06:57:14 -07:00
|
|
|
|