From 4ca2439d6ac7af2d53fd9d1ca346be3dbbd389ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Feb 2020 17:20:32 +0200 Subject: Add: pointers to GitLab and issue tracking and sending patches --- contributing.mdwn | 18 ++++++++++++++++++ index.mdwn | 1 + project.mdwn | 1 + source.mdwn | 9 +++++++++ 4 files changed, 29 insertions(+) create mode 100644 source.mdwn 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: +. + +There is an identical copy on Lars's personal git server: +. 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]] — [[Project]] — +[[Source]] — [[Documentation|docs]] — [[Contact]] — [[License]] — 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: +* git.liw.fi: + +Use either according to preference. -- cgit v1.2.1