• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitlab/H29-Sep-2021-293179

build-aux/H29-Sep-2021-220212

data/H29-Sep-2021-2,3032,231

docs/H29-Sep-2021-3230

po/H29-Sep-2021-66,02750,726

src/H29-Sep-2021-8,2826,880

tests/H29-Sep-2021-4539

vapi/H29-Sep-2021-10595

.editorconfigH A D29-Sep-2021379 3124

.gitlab-ci.ymlH A D29-Sep-2021852 3630

COPYINGH A D29-Sep-202117.5 KiB340280

NEWSH A D29-Sep-20217.3 KiB296229

README.mdH A D29-Sep-20211.9 KiB5639

gnome-contacts.doapH A D29-Sep-20211.1 KiB2824

meson.buildH A D29-Sep-20213.2 KiB9580

README.md

1# GNOME Contacts
2
3Contacts organizes your contacts information from all your online and offline
4sources, providing a centralized place for managing your contacts.
5
6## Building
7
8You can build and install Contacts using [Meson](http://mesonbuild.com/):
9
10```sh
11meson build
12ninja -C build
13ninja -C build install
14```
15
16## Contributing
17
18The code and issue tracker of Contacts can be found at the
19[gnome-contacts repository](https://gitlab.gnome.org/GNOME/gnome-contacts) on
20GNOME's GitLab instance.
21
22### Reporting issues
23
24If you find a bug in Contacts, please [file an
25issue](https://gitlab.gnome.org/GNOME/gnome-contacts/issues) with reproducible
26steps and the version of Contacts you were using at that point.
27
28### Developers
29
30If you want to contribute functionality or bug fixes to Contacts, you should
31fork the Contacts repository, commit your changes, and then [open a merge
32request](https://gitlab.gnome.org/GNOME/gnome-contacts/merge_requests/new) (MR).
33If the MR fixes an existing issue, please refer to that issue in the
34description of the commit.
35
36### Translators
37
38If GNOME Contacts is not translated in your language or you believe that the
39current translation has errors, then you can join one of the various
40translation teams in GNOME. Translators do not commit directly to Git, but are
41advised to use our separate translation infrastructure instead. [More info can
42be found at GNOME's Wiki page on the translation
43project](https://wiki.gnome.org/TranslationProject/JoiningTranslation).
44
45## More information
46
47Contacts has its own web page on <https://wiki.gnome.org/Apps/Contacts>.
48
49To discuss issues with developers and other users, you can post to the
50[GNOME Discourse instance](https://discourse.gnome.org/tags/contacts)
51or join [#contacts](irc://irc.gnome.org/contacts) on irc.gnome.org.
52
53If you would like to get involved with GNOME projects, please also visit our
54[Newcomers page](https://wiki.gnome.org/Newcomers)
55on the Wiki.
56