Skip to content

Commit a8fc2c8

Browse files
author
AdrianTodt
authored
Update README.md
1 parent a11bae2 commit a8fc2c8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Maven Central](https://img.shields.io/maven-central/v/com.rethinkdb/rethinkdb-driver)](https://search.maven.org/artifact/com.rethinkdb/rethinkdb-driver)
44
[![Bintray](https://img.shields.io/bintray/v/rethinkdb/maven/rethinkdb-driver)](https://bintray.com/rethinkdb/maven/rethinkdb-driver/_latestVersion)
5+
[![License](https://img.shields.io/github/license/rethinkdb/rethinkdb-java?color=lightgrey)](https://github.com/rethinkdb/rethinkdb-java/tree/master/LICENSE)
56
[![Travis-CI.org](https://img.shields.io/travis/rethinkdb/rethinkdb-java)](https://travis-ci.org/rethinkdb/rethinkdb-java)
67
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Frethinkdb%2Frethinkdb-java)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Frethinkdb%2Frethinkdb-java)
78

@@ -23,14 +24,18 @@ Run `./gradlew assemble` to build the jar or `./gradlew install` to install it i
2324

2425
## Contributing to the driver
2526

27+
If you want to contribute to the driver, make sure to base your branch off of our **develop** branch (or a feature-branch)
28+
and create your PR into that **same** branch. **We will be rejecting any PRs between branches or into release branches!**
29+
It is very possible that your change might already be in development or you missed something.
30+
2631
### Installation
2732

2833
Besides JDK 8, to be able to contribute to the driver, you must also install:
2934

3035
* Python **3.6** or **3.7**
3136
* PIP3 libraries:
32-
* mako
33-
* rethinkdb
37+
* `mako`
38+
* `rethinkdb`
3439

3540
### Using Gradle
3641

@@ -105,6 +110,4 @@ These are also checked into git, so you don't need to run the conversion script
105110

106111
This section was moved to separate documentation:
107112

108-
> [How to deploy this repository to Bintray](DEPLOYING-BINTRAY.md)
109-
110-
> [How to deploy this repository to Maven Central (Sonatype)](DEPLOYING-SONATYPE.md)
113+
> [How to deploy this repository to Bintray with integration with Maven Central (Sonatype)](DEPLOYING.md)

0 commit comments

Comments
 (0)