File: CONTRIBUTING.md

package info (click to toggle)
nautilus-admin 1.1.9-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 256 kB
  • sloc: python: 68; xml: 46; sh: 20; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download | duplicates (4)
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
Contributing to Nautilus Admin
==============================

The extension is licensed under the GPLv3, so you are free to use it, modify it
and improve it.
Here are some ways to contribute:


## Translating

The extension needs to be translated to more languages. You are welcome to
translate it to yours!

The translation template, in gettext format, is located in the `po` folder.
The `.po` files should be listed in the `gettext_create_translations()` command
of the *CMakeLists.txt*.

There are also some translatable strings in the XML file inside of the `polkit`
folder.

You can send the translation through a pull request or through
the [issue tracker][issues].


## Coding

You are welcome to fix bugs or add new features.
Find bugs that need to be fixed in the [issue tracker][issues].

The Python code was indented using tabs.

If you add any translatable string to the extension, please run the
"generate-pot-file.sh" script to update the translation template.



[issues]: https://github.com/brunonova/nautilus-admin/issues