Skip to content

Commit

Permalink
Make everything ready for renaming the project
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed May 15, 2017
1 parent 972b1b0 commit 5c5fa3d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Thank you for your interest in contributing!

All contributions are welcome, might it be a simple fix of a typo or the rewrite of an entire module.
Before working on the change, check if there is already somebody working on the problem (Search issues or look through the commits/code).
Please try to match the coding style as closely as possible by looking at the existing at the code.
If you are not sure about something, simply [create a new issue](https://github.com/proxer/ProxerLibAndroid/issues/new). The PR does not need to be perfect at first as it can be reviewed and improved!
Please try to match the coding style as closely as possible by looking at the existing code.
If you are not sure about something, simply [create a new issue](https://github.com/proxer/ProxerLibJava/issues/new). The PR does not need to be perfect at first as it can be reviewed and improved!
All contributors will be credited in the README.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
- [ ] **I have verified that I am using the latest version and searched for existing issues** (If this checkbox is not ticked, the issue might be ignored).
**Please check if you are using the latest version. Also check for existing Issues and/or Pull Requests. Delete this line when submitting the Issue.**

I am using version: X.X
My device (if relevant) is: X
It runs `Android` version (if relevant): X.X.X
I am using version: X.X.X

##### This is what happens:

Expand Down
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Please check for existing changes like this and if the changes are compliant with the code style of this project. Delete this line when submitting the Pull Request.**

#### This Pull Request makes the following changes:

_Type here or delete section if not relevant._

#### The following code adjustments were necessary:

_Type here or delete section if not relevant._
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ProxerLibJava [![Release](https://jitpack.io/v/proxer/ProxerLibAndroid.svg)](https://jitpack.io/#proxer/ProxerLibAndroid) [![Release](https://circleci.com/gh/proxer/ProxerLibAndroid.svg?style=shield)](https://circleci.com/gh/proxer/ProxerLibAndroid)
# ProxerLibJava [![Release](https://jitpack.io/v/proxer/ProxerLibJava.svg)](https://jitpack.io/#proxer/ProxerLibJava) [![Release](https://circleci.com/gh/proxer/ProxerLibJava.svg?style=shield)](https://circleci.com/gh/proxer/ProxerLibJava)

## What is this?

Expand Down Expand Up @@ -252,7 +252,7 @@ Genre genreAsEnum = ProxerUtils.toApiEnum(Genre.class, "Action");

### More

You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/3.0.0/javadoc/).
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/3.0.0/javadoc/).

## Working on the library

Expand Down

0 comments on commit 5c5fa3d

Please sign in to comment.