You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:45:48 UTC

[buildstream] 01/02: Add a section explaining how to open an issue

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch adamjones/contributing
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit ea799329f9d11ed0978b032ee1c4b72ba20a6332
Author: Adam Jones <ad...@codethink.co.uk>
AuthorDate: Fri Sep 14 12:17:09 2018 +0100

    Add a section explaining how to open an issue
---
 HACKING.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/HACKING.rst b/HACKING.rst
index e658934..83abf70 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.