Commit 4725ef0f authored by Adam Jones's avatar Adam Jones 😁
Browse files

Add a section explaining how to open an issue

parent ac634c71
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@ 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 open issue `here <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)
`here <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.
+6 −0
Original line number Diff line number Diff line
@@ -10,6 +10,12 @@ Major feature additions should be proposed on the
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=)

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)

New features must be well documented and tested either in our main
test suite if possible, or otherwise in the integration tests.