Sha256: c698d2fc5ee6a7dc5c24d1e41004ba3e54969c934dce7b154eb46c5f5fc623a3

Contents?: true

Size: 961 Bytes

Versions: 75

Compression:

Stored size: 961 Bytes

Contents

## Developer Certificate of Origin + License

By contributing to GitLab B.V., You accept and agree to the following terms and
conditions for Your present and future Contributions submitted to GitLab B.V.
Except for the license granted herein to GitLab B.V. and recipients of software
distributed by GitLab B.V., You reserve all right, title, and interest in and to
Your Contributions. All Contributions are subject to the following DCO + License
terms.

[DCO + License](https://gitlab.com/gitlab-org/dco/blob/master/README.md)

## Style guide

This project employs [rubocop](https://github.com/bbatsov/rubocop) to enforce code styles. Check your new branch by:

```
git checkout my_branch
bundle install --path vendor/bundle
bundle exec rubocop
```

## Testing

- Please consider tests for any code change that is made
- Please ensure that the existing test suite passes

```
git checkout my_branch
bundle install --path vendor/bundle
bundle exec rake spec
```

Version data entries

75 entries across 75 versions & 2 rubygems

Version Path
gitlab-triage-1.44.1 CONTRIBUTING.md
gitlab-triage-1.44.0 CONTRIBUTING.md
gitlab-triage-1.43.2 CONTRIBUTING.md
gitlab-triage-1.43.1 CONTRIBUTING.md
gitlab-triage-1.43.0 CONTRIBUTING.md
gitlab-triage-1.42.2 CONTRIBUTING.md
gitlab-triage-1.42.1 CONTRIBUTING.md
gitlab-triage-1.42.0 CONTRIBUTING.md
gitlab-triage-1.41.0 CONTRIBUTING.md
gitlab-triage-1.40.0 CONTRIBUTING.md
gitlab-triage-1.30.0 CONTRIBUTING.md
gitlab-triage-1.29.0 CONTRIBUTING.md
payping-gitlab-triage-0.1.3 CONTRIBUTING.md
payping-gitlab-triage-0.1.2 CONTRIBUTING.md
payping-gitlab-triage-0.1.1 CONTRIBUTING.md
gitlab-triage-1.28.0 CONTRIBUTING.md
gitlab-triage-1.27.0 CONTRIBUTING.md
gitlab-triage-1.26.0 CONTRIBUTING.md
gitlab-triage-1.25.0 CONTRIBUTING.md
gitlab-triage-1.24.0 CONTRIBUTING.md