gitlab.com/jfprevost/gitlab-runner-notlscheck@v11.11.4+incompatible/CONTRIBUTING.md (about)

     1  ## Developer Certificate of Origin + License
     2  
     3  By contributing to GitLab B.V., You accept and agree to the following terms and
     4  conditions for Your present and future Contributions submitted to GitLab B.V.
     5  Except for the license granted herein to GitLab B.V. and recipients of software
     6  distributed by GitLab B.V., You reserve all right, title, and interest in and to
     7  Your Contributions. All Contributions are subject to the following DCO + License
     8  terms.
     9  
    10  [DCO + License](https://gitlab.com/gitlab-org/dco/blob/master/README.md)
    11  
    12  All Documentation content that resides under the [docs/ directory](/docs) of this
    13  repository is licensed under Creative Commons:
    14  [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
    15  
    16  _This notice should stay as the first item in the CONTRIBUTING.md file._
    17  
    18  ---
    19  
    20  ## Contribute to GitLab runner
    21  
    22  The following contents has to be considered as an extension over [gitlab-ce contributing guidelines](https://docs.gitlab.com/ce/development/contributing/index.html).
    23  
    24  ## Workflow lables
    25  
    26  We have some additional labels plus those defined in [gitlab-ce workflow labels](https://docs.gitlab.com/ce/development/contributing/issue_workflow.html)
    27  
    28  - Additional subjects: ~cache, ~executors, ~"git operations"
    29  - OS: ~"os::Linux" ~"os::MacOSX" ~"os:FreeBSD" ~"os::Windows" 
    30  - executor: ~"executor::docker" ~"executor::kubernetes" ~"executor::docker\-machine" ~"executor::docker\-machine" ~"executor::shell" ~"executor::parallels" ~"executor::virtualbox" 
    31