Adam Jones pushed to branch adamjones/contribution-guide at BuildStream / buildstream
Commits:
- 
84573d0f
by Adam Jones at 2018-09-14T16:44:59Z
 - 
b417ffb4
by Adam Jones at 2018-09-14T16:46:06Z
 - 
74a27d1c
by Adam Jones at 2018-09-14T16:46:37Z
 - 
65831e0b
by Adam Jones at 2018-09-14T16:46:37Z
 
4 changed files:
Changes:
| ... | ... | @@ -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 | 
 | 
| 1 | 1 | 
 # Basic toplevel package includes
 | 
| 2 | 2 | 
 include BuildStream.doap
 | 
| 3 | 3 | 
 include COPYING
 | 
| 4 | 
-include HACKING.rst
 | 
|
| 4 | 
+include CONTRIBUTING.rst
 | 
|
| 5 | 5 | 
 include MAINTAINERS
 | 
| 6 | 6 | 
 include NEWS
 | 
| 7 | 7 | 
 include README.rst
 | 
| ... | ... | @@ -444,7 +444,7 @@ def run_session(description, tempdir, source_cache, palette, config_file, force) | 
| 444 | 444 | 
 def run_bst(directory, force, source_cache, description, palette):
 | 
| 445 | 445 | 
     """Run a bst command and capture stdout/stderr in html
 | 
| 446 | 446 | 
 | 
| 447 | 
-    This command normally takes a description yaml file, see the HACKING
 | 
|
| 447 | 
+    This command normally takes a description yaml file, see the CONTRIBUTING
 | 
|
| 448 | 448 | 
     file for information on it's format.
 | 
| 449 | 449 | 
     """
 | 
| 450 | 450 | 
     if not source_cache and os.environ.get('BST_SOURCE_CACHE'):
 | 
| ... | ... | @@ -21,7 +21,7 @@ Later sections provide detailed information on BuildStream internals. | 
| 21 | 21 | 
    main_install
 | 
| 22 | 22 | 
    main_using
 | 
| 23 | 23 | 
    main_core
 | 
| 24 | 
-   HACKING
 | 
|
| 24 | 
+   CONTRIBUTING
 | 
|
| 25 | 25 | 
 | 
| 26 | 26 | 
 | 
| 27 | 27 | 
 Resources
 | 
