Skip to content

Commit 5c5fa3d

Browse files
committed
Make everything ready for renaming the project
1 parent 972b1b0 commit 5c5fa3d

4 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Thank you for your interest in contributing!
22

33
All contributions are welcome, might it be a simple fix of a typo or the rewrite of an entire module.
44
Before working on the change, check if there is already somebody working on the problem (Search issues or look through the commits/code).
5-
Please try to match the coding style as closely as possible by looking at the existing at the code.
6-
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!
5+
Please try to match the coding style as closely as possible by looking at the existing code.
6+
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!
77
All contributors will be credited in the README.

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
- [ ] **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).
1+
**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.**
22

3-
I am using version: X.X
4-
My device (if relevant) is: X
5-
It runs `Android` version (if relevant): X.X.X
3+
I am using version: X.X.X
64

75
##### This is what happens:
86

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**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.**
2+
3+
#### This Pull Request makes the following changes:
4+
5+
_Type here or delete section if not relevant._
6+
7+
#### The following code adjustments were necessary:
8+
9+
_Type here or delete section if not relevant._

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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)
1+
# 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)
22

33
## What is this?
44

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

253253
### More
254254

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

257257
## Working on the library
258258

0 commit comments

Comments
 (0)