mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
parent
cd553fa14c
commit
38f4a9336c
2 changed files with 20 additions and 0 deletions
15
.github/contributing.md
vendored
15
.github/contributing.md
vendored
|
@ -17,6 +17,21 @@ fix or new functionality. Functionality must meet my design goals and
|
|||
vision for the project to be accepted; I would be happy to discuss how
|
||||
your idea can best fit into Sidekiq.
|
||||
|
||||
### Local development setup
|
||||
|
||||
You need Redis installed and a Ruby version that fulfills the requirements in
|
||||
`sidekiq.gemspec`. Then:
|
||||
|
||||
```
|
||||
bundle install
|
||||
```
|
||||
|
||||
And in order to run the tests and linter checks:
|
||||
|
||||
```
|
||||
bundle exec rake
|
||||
```
|
||||
|
||||
## Legal
|
||||
|
||||
By submitting a Pull Request, you disavow any rights or claims to any changes
|
||||
|
|
|
@ -80,6 +80,11 @@ Useful resources:
|
|||
Every Friday morning is Sidekiq happy hour: I video chat and answer questions.
|
||||
See the [Sidekiq support page](https://sidekiq.org/support.html) for details.
|
||||
|
||||
Contributing
|
||||
-----------------
|
||||
|
||||
Please see [the contributing guidelines](https://github.com/mperham/sidekiq/blob/main/.github/contributing.md).
|
||||
|
||||
|
||||
License
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue