diff options
author | Adam Jones <adam.jones@codethink.co.uk> | 2018-09-14 17:44:59 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-09-17 16:39:06 +0900 |
commit | 8db6223036fd1d62b936cd78f42dc07c9541cec4 (patch) | |
tree | 378c6f5040cb2e045c106771ef226865256b7db7 /HACKING.rst | |
parent | 9b7b2a25ba785ac020d71d6042ecf25c160f2607 (diff) | |
download | buildstream-8db6223036fd1d62b936cd78f42dc07c9541cec4.tar.gz |
Add a section on how to raise an issue
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst index 1c5832597..ee956db2a 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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. |