From fa6a6006c39c01a39d436dfc964f86fa88feda13 Mon Sep 17 00:00:00 2001 From: Zafar Khaydarov Date: Sun, 27 Dec 2015 11:03:21 -0500 Subject: [PATCH 1/3] add-contributing so github will show link whenever PR are made --- CONTRIBUTING.MD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CONTRIBUTING.MD diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD new file mode 100644 index 000000000..3e1171594 --- /dev/null +++ b/CONTRIBUTING.MD @@ -0,0 +1,4 @@ +This is great you have something to contribute! + +Before going any further please read the [wiki](https://github.com/iluwatar/java-design-patterns/wiki) +with convemtions and rules we used for this project. From 30676f8d4ff4611412e7d247bd0d1766e3578b61 Mon Sep 17 00:00:00 2001 From: Zafar Khaydarov Date: Sun, 27 Dec 2015 22:42:42 -0500 Subject: [PATCH 2/3] Update CONTRIBUTING.MD fix the typo --- CONTRIBUTING.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 3e1171594..3abbcdfc3 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -1,4 +1,4 @@ This is great you have something to contribute! Before going any further please read the [wiki](https://github.com/iluwatar/java-design-patterns/wiki) -with convemtions and rules we used for this project. +with cenventions and rules we used for this project. From 58547fae8f2898b6dd427a6913eefc9a811aead7 Mon Sep 17 00:00:00 2001 From: Zafar Khaydarov Date: Sun, 27 Dec 2015 22:44:15 -0500 Subject: [PATCH 3/3] Update CONTRIBUTING.MD real fix :) --- CONTRIBUTING.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 3abbcdfc3..39087fbf1 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -1,4 +1,4 @@ This is great you have something to contribute! Before going any further please read the [wiki](https://github.com/iluwatar/java-design-patterns/wiki) -with cenventions and rules we used for this project. +with conventions and rules we used for this project.