File: CONTRIBUTING.md

package info (click to toggle)
gnome-authenticator 4.6.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,624 kB
  • sloc: sql: 2,359; python: 147; xml: 34; makefile: 18; sh: 8
file content (18 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Hey newcomer, welcome to Authenticator

The application is built using Rust, GTK 4, GLib and other GNOME technologies around it. It's built to run on either desktop or mobile.

## If you're a translator

You can translate Authenticator here: <https://l10n.gnome.org/module/authenticator/>

## If you're a developer

WIP documentation of the internals of the application: <https://world.pages.gitlab.gnome.org/Authenticator/authenticator>

You want to work on fixing a bug, adding a new feature, please first join our Matrix Channel and ask if there is anyone working on that already.
The Matrix Channel: <https://matrix.to/#/#authenticator:gnome.org>

We suggest you to use [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder) as the IDE supports Flatpak and you can hack on Authenticator, click on run and voilĂ , you have got to test your modifications without having to think about installing the dependencies or how to build the application itself.

Thanks and good hacking.