Adam Jones pushed to branch adamjones/contribution-guide at BuildStream / buildstream
Commits:
-
4725ef0f
by Adam Jones at 2018-09-14T12:43:26Z
2 changed files:
Changes:
... | ... | @@ -11,10 +11,10 @@ before being considered for inclusion, we strongly recommend proposing |
11 | 11 |
in advance of commencing work.
|
12 | 12 |
|
13 | 13 |
If you are experiencing an issue with BuildStream or would like to submit a small patch/feature, then
|
14 |
-you can open issue [here](https://gitlab.com/BuildStream/buildstream/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=)
|
|
14 |
+you can open issue `here <https://gitlab.com/BuildStream/buildstream/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=>`
|
|
15 | 15 |
|
16 | 16 |
For policies on how to submit and issue and how to use our project labels, we recommend that you read the policies guide
|
17 |
-[here](https://gitlab.com/BuildStream/nosoftware/alignment/blob/master/BuildStream_policies.md)
|
|
17 |
+`here <https://gitlab.com/BuildStream/nosoftware/alignment/blob/master/BuildStream_policies.md>`
|
|
18 | 18 |
|
19 | 19 |
New features must be well documented and tested either in our main
|
20 | 20 |
test suite if possible, or otherwise in the integration tests.
|
... | ... | @@ -10,6 +10,12 @@ Major feature additions should be proposed on the |
10 | 10 |
before being considered for inclusion, we strongly recommend proposing
|
11 | 11 |
in advance of commencing work.
|
12 | 12 |
|
13 |
+If you are experiencing an issue with BuildStream or would like to submit a small patch/feature, then
|
|
14 |
+you can open issue [here](https://gitlab.com/BuildStream/buildstream/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=)
|
|
15 |
+ |
|
16 |
+For policies on how to submit and issue and how to use our project labels, we recommend that you read the policies guide
|
|
17 |
+[here](https://gitlab.com/BuildStream/nosoftware/alignment/blob/master/BuildStream_policies.md)
|
|
18 |
+ |
|
13 | 19 |
New features must be well documented and tested either in our main
|
14 | 20 |
test suite if possible, or otherwise in the integration tests.
|
15 | 21 |
|