Skip to content

Commit

Permalink
update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Oct 5, 2022
1 parent 6aff6d6 commit 9bd530f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The following guide set some guidelines to contribute with Sidekiq-Scheduler, pl

- Create an issue and use the `bug` label along with a brief description of the bug
- Add a step-by-step guide to reproduce it along with the crash stacktrace
- A sample app that allows us to just checkout it and simulate the error locally helps much.

### Suggesting Features

Expand All @@ -23,9 +24,6 @@ The following guide set some guidelines to contribute with Sidekiq-Scheduler, pl

- Before creating a PR, create an issue related to what you are fixing / improving
- Add a brief description and a link to the related issue
- Follow our [Commit Message Style Guide](https://github.com/sidekiq-scheduler/guides/tree/master/style/commit-message#commit-message-style-guide)
- Use a correct branch-naming:
- For features use: ```feature/add-support-for...```
- For bug fixes use: ```fix/handle-corner-case-...```
- Write commit messages explaining what the change is and why
- Make sure tests pass

0 comments on commit 9bd530f

Please sign in to comment.