summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-04 16:32:29 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-04 16:32:29 -0300
commit9c4f774086f6ca1eab341ec484e4d193f4597825 (patch)
tree1d4a2e392cb5107bbfa7209ae0dba254e3d0655c /CONTRIBUTING.md
parente8d8ae8d877c50432e7bfc35520f606dff056f6e (diff)
downloadglade-9c4f774086f6ca1eab341ec484e4d193f4597825.tar.gz
Misc files cleanup
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 732e4b32..67d99cd1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,12 @@
Glade official git repository is hosted by the GNOME foundation at
-git.gnome.org
+gitlab.gnome.org
Mailing List
~~~~~~~~~~~~
-Glade discussion takes place on glade-devel@lists.ximian.com
+Glade discussion takes place on glade-devel-list@gnome.org
To subscribe or to consult archives visit
- http://lists.ximian.com/mailman/listinfo/glade-devel
+ https://mail.gnome.org/mailman/listinfo/glade-devel-list
GitLab
@@ -58,7 +58,7 @@ Naming conventions:
- function names should be lowercase and prefixed with the
file name (or, if the function is static and the name too long,
with an abbreviation), e.g:
- glade_project_window_my_function ()
+ glade_project_window_my_function ()
gpw_my_loooooooooong_named_fuction ()
- variable names should be lowercase and be short but self explanatory;
if you need more than one word use an underscore, e.g: