summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-07-19 09:38:08 +0200
committerOndrej Holy <oholy@redhat.com>2018-07-19 14:03:06 +0200
commit98d0533d57756f8092dd1b4cc717143d3b1c313e (patch)
tree10cbf43d47af865011b6dc36267bf51e41d6555a /CONTRIBUTING.md
parent63a04456c863e7944386ad039c831fd40ec14a3a (diff)
downloadgvfs-98d0533d57756f8092dd1b4cc717143d3b1c313e.tar.gz
Add CONTRIBUTING.md instead of README.commits
Add general information about code contribution to GVfs. Consequently remove superseded README.commits.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..8caf3b38
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,13 @@
+# Contributing to GVfs
+
+For more GVfs development resources see https://wiki.gnome.org/Projects/gvfs.
+
+## Source Repository
+
+GVfs source repository is at https://gitlab.gnome.org/GNOME/gvfs.
+
+## Code Contribution
+
+See https://wiki.gnome.org/GitLab for general informations about GitLab workflow
+for code contribution. GVfs still uses linear GIT history without merge commits,
+please see general commit guidelines at https://wiki.gnome.org/Git/CommitMessages. \ No newline at end of file