summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-09-19 13:25:36 +0000
committerJavier Jardón <jjardon@gnome.org>2018-09-19 13:25:36 +0000
commit667dd4ca75f3938790b0d9330c67c7560120f74a (patch)
tree52c1e2d901858b9e200077b1960980e33056a78f
parent7dd74b01de22d29bcd2abd76791822fd12236ec6 (diff)
parent335d5a45e8664bbeedd9363eda7a7115589698e7 (diff)
downloadbuildstream-667dd4ca75f3938790b0d9330c67c7560120f74a.tar.gz
Merge branch 'adamjones/contributing-links' into 'master'
Fix rst link formatting for guideline links See merge request BuildStream/buildstream!811
-rw-r--r--CONTRIBUTING.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ee956db2a..6632d7055 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -11,10 +11,9 @@ before being considered for inclusion, we strongly recommend proposing
in advance of commencing work.
If you are experiencing an issue with BuildStream or would like to submit a small patch/feature, then
-you can open issue `here <https://gitlab.com/BuildStream/buildstream/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=>`
+you can `oepn an issue <https://gitlab.com/BuildStream/buildstream/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=>`_
-For policies on how to submit and issue and how to use our project labels, we recommend that you read the policies guide
-`here <https://gitlab.com/BuildStream/nosoftware/alignment/blob/master/BuildStream_policies.md>`
+For policies on how to submit and issue and how to use our project labels, we recommend that you read the `policies guide <https://gitlab.com/BuildStream/nosoftware/alignment/blob/master/BuildStream_policies.md>`_
New features must be well documented and tested either in our main
test suite if possible, or otherwise in the integration tests.