You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are happy to accept your contributions to make scala-jsonapi better and more awesome!
4
+
5
+
## Pull requests only
6
+
7
+
Please do not push to the master branch directly. Always use pull requests and let people discuss changes in the pull request.
8
+
Pull requests should only be merged after all discussions have been concluded and at least one reviewer has offered **approval**.
9
+
10
+
## Guidelines
11
+
12
+
Here are the guidelines we would liek to follow:
13
+
- create a [Github issues](https://github.com/zalando/scala-jsonapi/issues) before submitting a pull request
14
+
- use branches named according to issue number with `issue/` prefix (optionally: following with an issue short description) (e.g. `issue/46/this-is-a-new-shiny-issue`)
15
+
- code coverage **must not** decrease in a pull request
0 commit comments