From 0c30e89a993807f89f019be93dc2f400b22ba049 Mon Sep 17 00:00:00 2001 From: Lokesh Raj Arora Date: Mon, 8 Oct 2018 22:01:15 +0530 Subject: [PATCH 1/2] update, add purescript language --- PULL_REQUEST_TEMPLATE.md | 10 +++++----- README.md | 5 +++++ code/lokesh.purs | 4 ++++ 3 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 code/lokesh.purs diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index bcf3b9d..a936443 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ :warning: This is a Pull Request Template :warning: > Checkout all the things you've done by placing an \*x*\ within the square braces. ## Proposed Changes -- [ ] I've forked the repository. -- [ ] I've created a branch and made my chagnes in it. -- [ ] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. -- [ ] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) -- [ ] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. +- [x] I've forked the repository. +- [x] I've created a branch and made my chagnes in it. +- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. diff --git a/README.md b/README.md index a1f71d4..6608b0e 100644 --- a/README.md +++ b/README.md @@ -1145,6 +1145,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU [![github-alt][github-img]](https://github.com/DRXDesign) [![dribbblegit status-alt][dribbble-img]](https://dribbble.com/DRXDesign) +### Lokesh Raj Arora +- I am a 22 year old self taught web developer, I love working on web technologies +- [![twitter-alt][twitter-img]](https://twitter.com/thatlokiiguy) + [![facebook-alt][facebook-img]](https://facebook.com/lokiiarora) + [![github-alt][github-img]](https://github.com/lokiiarora) ------------ ## Copyright diff --git a/code/lokesh.purs b/code/lokesh.purs new file mode 100644 index 0000000..4090507 --- /dev/null +++ b/code/lokesh.purs @@ -0,0 +1,4 @@ +import Prelude +import Effect.Console (log) + +main = log("Hello World!") \ No newline at end of file From bedb02cf05ea89edf361e9b0cf06bbdd91675c31 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 17:34:06 +0100 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index a936443..bcf3b9d 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ :warning: This is a Pull Request Template :warning: > Checkout all the things you've done by placing an \*x*\ within the square braces. ## Proposed Changes -- [x] I've forked the repository. -- [x] I've created a branch and made my chagnes in it. -- [x] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. -- [x] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) -- [x] I understand opening a PULL REQUEST doesn't mean it will be merged for sure. +- [ ] I've forked the repository. +- [ ] I've created a branch and made my chagnes in it. +- [ ] I've read the [CODE OF CONDUCT](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CODE_OF_CONDUCT.md) and abide to it. +- [ ] I've read the [CONTRIBUTING.md](https://github.com/my-first-pr/hacktoberfest-2018/blob/master/CONTRIBUTING.md) +- [ ] I understand opening a PULL REQUEST doesn't mean it will be merged for sure.