Sha256: 8fc37c59f6f27188073f6df60463e832f33a45115ea55d1fa5e360af8e12416d

Contents?: true

Size: 1.25 KB

Versions: 23

Compression:

Stored size: 1.25 KB

Contents

## Bug Reports and Feature Requests

If you've got a bug report or have a feature you'd like to request, please contact us at support@skylight.io or use the "?" button in the Skylight web interface. We'll be much quicker to respond that way :)

## Pull Requests

Before contributing, please [sign the CLA](https://docs.google.com/spreadsheet/viewform?usp=drive_web&formkey=dHJVY1M5bzNzY0pwN2dRZjMxV0dXSkE6MA#gid=0).

In general, we recommend that you speak with us about any new features you'd like to add so we can make sure we're on the same page.

## Emulating Gitlab CI Builds

We have many CI build configurations that must pass in order to merge a pull request. You can run these individual configurations locally by running e.g., `gitlab-runner exec docker ruby23-rails42`. The only prerequisites are that you have both [Gitlab Runner](https://docs.gitlab.com/runner/) and [Docker](https://www.docker.com/) installed (most recent versions are best). Configuration names may be found in the `.gitlab.yml` file.

If you prefer to run tests in your own environment, you may do so as follows:

```shell
# Select a gemfile and bundle install
export BUNDLE_GEMFILE=$PWD/gemfiles/rails-5.2.x/Gemfile
bundle install
# Run the test suite (takes 5-10 minutes)
bundle exec rspec
```

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
skylight-6.1.0.beta CONTRIBUTING.md
skylight-6.0.4 CONTRIBUTING.md
skylight-6.0.3 CONTRIBUTING.md
skylight-5.3.5 CONTRIBUTING.md
skylight-6.0.2 CONTRIBUTING.md
skylight-6.0.1 CONTRIBUTING.md
skylight-6.0.0 CONTRIBUTING.md
skylight-6.0.0.beta2 CONTRIBUTING.md
skylight-6.0.0.beta CONTRIBUTING.md
skylight-5.3.4 CONTRIBUTING.md
skylight-5.3.3 CONTRIBUTING.md
skylight-5.3.2 CONTRIBUTING.md
skylight-5.3.1 CONTRIBUTING.md
skylight-5.3.0 CONTRIBUTING.md
skylight-5.2.0 CONTRIBUTING.md
skylight-5.2.0.beta2 CONTRIBUTING.md
skylight-5.2.0.beta CONTRIBUTING.md
skylight-5.1.1 CONTRIBUTING.md
skylight-5.1.0.beta3 CONTRIBUTING.md
skylight-5.1.0.beta2 CONTRIBUTING.md