Bug reports and pull requests are welcome on GitHub at https://github.com/driggl/jsonapi_errors_handler.
How to contribute:
-
Create Issue on Github.
-
Fork repository
-
Install Rubocop - make sure you run it before commiting changes
-
Commit changes
-
Keep commits small and atomic
-
Start commit message from keywords (Add/Remove/Change/Refactor/Move/Rename/Upgrade/Downgrade)
-
Keep commits imperative style
-
Mention issue number (i.e "Resolves: #3")
-
-
Make sure you cover your change with tests.
-
Create Pull Request
Coding Guidelines
- We use Rubocop and Ruby style guides for linting
*.rb
files. - We use Remark Lint for linting
*.md
files.