1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add better contributing guidelines (#5166)

Closes #5161
This commit is contained in:
Adam Niedzielski 2022-02-01 21:51:52 +01:00 committed by GitHub
parent cd553fa14c
commit 38f4a9336c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -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

View file

@ -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
-----------------