summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-08 17:20:32 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-08 17:20:32 +0200
commit4ca2439d6ac7af2d53fd9d1ca346be3dbbd389ba (patch)
tree59e52500c34684824ab2bfc3ddc52f8f46567eb4
parent885b97f5074a1acf6605060722db8928a902cda8 (diff)
downloadsubplot.liw.fi-4ca2439d6ac7af2d53fd9d1ca346be3dbbd389ba.tar.gz
Add: pointers to GitLab and issue tracking and sending patches
-rw-r--r--contributing.mdwn18
-rw-r--r--index.mdwn1
-rw-r--r--project.mdwn1
-rw-r--r--source.mdwn9
4 files changed, 29 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 62a9938..aa6730a 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -25,3 +25,21 @@ convenient for you:
We want it to be easy for you to contribute. How can we make it easier
for you?
+
+# Version control
+
+The primarey version control repository is a GitLab:
+<https://gitlab.com/larswirzenius/subplot>.
+
+There is an identical copy on Lars's personal git server:
+<http://git.liw.fi/subplot/>. You can use either.
+
+
+# Reporting issues
+
+Open issue ticket on the GitLab repository or send us an email.
+
+# Proposing changes
+
+Open a merge request on GitLab or send us a URL we can pull from, or
+patches via email.
diff --git a/index.mdwn b/index.mdwn
index 5a45d21..a836ef1 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -2,6 +2,7 @@
[[Download]] &mdash;
[[Project]] &mdash;
+[[Source]] &mdash;
[[Documentation|docs]] &mdash;
[[Contact]] &mdash;
[[License]] &mdash;
diff --git a/project.mdwn b/project.mdwn
index 61591f6..9773e2f 100644
--- a/project.mdwn
+++ b/project.mdwn
@@ -6,6 +6,7 @@ want to do it. You could help!
Information on how we do things, and help to get you started if you're
interested:
+* [[Source]] code
* [[Governance]] model
* [[Code of conduct|conduct]]
* [[Architecture]]
diff --git a/source.mdwn b/source.mdwn
new file mode 100644
index 0000000..8f5e231
--- /dev/null
+++ b/source.mdwn
@@ -0,0 +1,9 @@
+[[!meta title="Source code"]]
+
+Subplot source code is distributed via the git version control system.
+There are two repositories, which are intended to be identical:
+
+* GitLab: <https://gitlab.com/larswirzenius/subplot>
+* git.liw.fi: <http://git.liw.fi/subplot/>
+
+Use either according to preference.