diff --git a/README b/README deleted file mode 100644 index 8b13789..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ - diff --git a/README.md b/README.md new file mode 100644 index 0000000..e67fbe7 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# GNOME Contacts +Contacts organizes your contacts information from all your online and offline +sources, providing a centralized place for managing your contacts. + +## Build +Building Contacts can be done by executing these commands in the directory: +```sh +git clone git://git.gnome.org/gnome-contacts +cd gnome-contacts +./autogen.sh && make && make install +``` + +## Issue tracker +Contacts uses the GNOME Bugzilla, where you can check the +[list of open bugs](https://bugzilla.gnome.org/browse.cgi?product=gnome-contacts). + +If you'd like to report a bug in Contacts or request an enhancement, please file +an issue using the +[appropriate form](https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts). + +In case of a bug, please also add reproducible steps and the version of Contacts. + +## More information +Contacts has its own web page on https://wiki.gnome.org/Apps/Contacts. + +To discuss issues with developers and other users, you can subscribe to the +[mailing list](https://mail.gnome.org/mailman/listinfo/gnome-contacts-list) +or join [#contacts](irc://irc.gnome.org/contacts) on irc.gnome.org.