File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed
Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,17 @@ Contributing to CUPS
22====================
33
44CUPS is developed by OpenPrinting and distributed as open source software under
5- the Apache License, Version 2.0 with exceptions to allow linking to GPL2/LGPL2
6- code.
5+ the Apache License, Version 2.0 with (optional) exceptions to allow linking to
6+ GPL2/LGPL2 code.
77
8- Contributions should be submitted either as pull requests or as attachments
9- (unified diffs) to bug reports on the OpenPrinting CUPS Github project at
10- < https://github.com/openprinting/cups > .
8+ Please see the [ Developing for CUPS] ( DEVELOPING.md ) file for information about
9+ the coding style and other project guidelines before submitting your
10+ contributions.
11+
12+ Code contributions should be submitted either as pull requests or as attachments
13+ (unified diffs) to bug reports on the OpenPrinting libcups Github project at
14+ < https://github.com/openprinting/libcups > .
15+
16+ Translations can be submitted as pull requests or via [ Weblate] [ WL ] .
17+
18+ [ WL ] : https://hosted.weblate.org
Original file line number Diff line number Diff line change @@ -82,6 +82,22 @@ pages and other documentation in the `doc` directory.
8282* Please read the documentation before asking questions.*
8383
8484
85+ Contributing Code and Translations
86+ ----------------------------------
87+
88+ Code contributions should be submitted as pull requests on the Github site:
89+
90+ http://github.com/OpenPrinting/libcups/pulls
91+
92+ See the file ` CONTRIBUTING.md ` for more details.
93+
94+ CUPS uses [ Weblate] [ WL ] to manage the localization of the command-line programs
95+ and common IPP attributes and values, and those likewise end up as pull requests
96+ on Github.
97+
98+ [ WL ] : https://hosted.weblate.org
99+
100+
85101Legal Stuff
86102-----------
87103
You can’t perform that action at this time.
0 commit comments