Sha256: f4fc3a023ad4d2c5944830282a24d1aabb323ed57bbc75751ba11763205c8727

Contents?: true

Size: 696 Bytes

Versions: 9

Compression:

Stored size: 696 Bytes

Contents

## Setting Up a Development Environment

1. Install [Yarn](https://yarnpkg.com/)

2. Run the following commands to set up the development environment.
```
bundle install
yarn
```

## Making sure your changes pass all tests
There are a number of automated checks which run on Github Actions when a pull request is created.
You can run those checks on your own locally to make sure that your changes would not break the CI build.

### 1. Check the code for JavaScript style violations
```
yarn lint
```

### 2. Check the code for Ruby style violations
```
bundle exec rubocop
```

### 3. Run the JavaScript test suite
```
yarn test
```

### 4. Run the Ruby test suite
```
bundle exec rake test
```

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/webpacker-5.4.4/CONTRIBUTING.md
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/webpacker-5.4.4/CONTRIBUTING.md
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/webpacker-5.4.4/CONTRIBUTING.md
webpacker-5.4.4 CONTRIBUTING.md
webpacker-6.0.0.beta.2 CONTRIBUTING.md
webpacker-6.0.0.beta.1 CONTRIBUTING.md
webpacker-6.0.0.beta CONTRIBUTING.md
webpacker-6.0.0.pre.2 CONTRIBUTING.md
webpacker-6.0.0.pre.1 CONTRIBUTING.md