Skip to content

Commit 59de3c9

Browse files
author
jsroyal
committed
added pull request templete and little bit update in readme
1 parent 1e51b7f commit 59de3c9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

PULL_REQUEST_TEMPLATE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Hi!
3+
Thanks for considering contributing to this ever-growing list of algorithm and data structure implementations in java.
4+
Your contribution is valuable.
5+
In order to help us evaluate PRs better, we ask you to have a look at the following declaration and check the points you agree with. ( [x] )
6+
PRs which don't agree to all the points mentioned below will be rejected.
7+
-->
8+
9+
10+
#### By submitting this pull request I confirm I've read and complied with the below requirements.
11+
12+
- [ ] I have read the [Contribution guidelines](CONTRIBUTING.md) and I am confident that my PR reflects them.
13+
- [ ] I have followed the [coding guidelines](CONTRIBUTING.md#cs) for this project.
14+
- [ ] My code follows the [skeleton code structure](CONTRIBUTING.md#sample).
15+
- [ ] This pull request has a descriptive title. For example, `Added {Algorithm/DS name} [{Language}]`, not `Update README.md` or `Added new code`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
java-algorithms-implementation ![alt tag](https://api.travis-ci.org/phishman3579/java-algorithms-implementation.svg?branch=master)
1+
Java : Algorithms and Data Structure ![alt tag](https://api.travis-ci.org/phishman3579/java-algorithms-implementation.svg?branch=master)
22
==============================
33

44
Algorithms and Data Structures implemented in Java

0 commit comments

Comments
 (0)