From d83e62ad6908fc2f5c05781cc8259d3c332476c2 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:26:12 +0530 Subject: [PATCH 01/25] GH Actions --- .github/workflows/prettier.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/prettier.yml diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 0000000..f7cc1ce --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,2 @@ +- name: Prettier Action + uses: creyD/prettier_action@v3.0 From da1b9444a6709547ff54af36aa3a2e99fa0302c3 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:31:43 +0530 Subject: [PATCH 02/25] GH Actions testing.. --- .github/workflows/prettier.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index f7cc1ce..d176d55 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -1,2 +1,22 @@ -- name: Prettier Action - uses: creyD/prettier_action@v3.0 +name: Continuous Integration + +# This action works with pull requests and pushes +on: + pull_request: + push: + branches: + - master + +jobs: + prettier: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + # Make sure the actual branch is checked out when running on pull requests + ref: ${{ github.head_ref }} + + - name: Prettify code + uses: creyD/prettier_action@v2.2 \ No newline at end of file From f23595cd12a61dd643c2f9faefef06ebcf5582b5 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 12:02:21 +0000 Subject: [PATCH 03/25] Prettified Code! --- .github/language.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/language.js b/.github/language.js index 3e2ab18..fb43ea9 100644 --- a/.github/language.js +++ b/.github/language.js @@ -1 +1 @@ -console.log("Github Profile Readme"); \ No newline at end of file +console.log("Github Profile Readme"); From e2c044e55ba3af2a666690d69621e4d7ca61870a Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:48:21 +0530 Subject: [PATCH 04/25] Testing.. --- .github/workflows/prettier.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index d176d55..b6e59e7 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -9,14 +9,12 @@ on: jobs: prettier: + name: Run Prettier runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - name: Prettify code uses: creyD/prettier_action@v2.2 \ No newline at end of file From 4078e497cc53d8e18ed7bce42b89478d0aea0228 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Wed, 15 Jul 2020 18:00:54 +0530 Subject: [PATCH 05/25] =?UTF-8?q?=E2=9E=95=20Added=20Contents=20at=20the?= =?UTF-8?q?=20top?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f39fa09..9bf0167 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,27 @@ [![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme?style=plastic)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) [![GitHub License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE) +### Contents + - [Categories](#categories) + - [Github Actions πŸ€–](#github-actions-) + - [Game Mode πŸš€](#game-mode-) + - [Code Mode πŸ‘¨πŸ½β€πŸ’»](#code-mode-) + - [Dynamic Realtime πŸ’«](#dynamic-realtime-) + - [Descriptive πŸ—’](#descriptive-) + - [Simple but Innovative Ones πŸ€—](#simple-but-innovative-ones-) + - [Typing.. Mode 🎰](#typing-mode-) + - [Anime πŸ‘Ύ](#anime-) + - [Minimalistic](#minimalistic) + - [GIFS πŸ‘»](#gifs-) + - [Just Images 🎭](#just-images-) + - [Fancy Fonts πŸ–‹](#fancy-fonts-) + - [Icons 🎯](#icons-) + - [Tools](#tools) + - [Articles](#articles) + - [Contribute](#contribute) + - [License](#license) + + ## Categories #### Github Actions πŸ€– From cbfcc53943875f1d7f6e4f0ec90f556a589340aa Mon Sep 17 00:00:00 2001 From: Haany Ali <46514188+MarikIshtar007@users.noreply.github.com> Date: Wed, 15 Jul 2020 18:03:07 +0530 Subject: [PATCH 06/25] Added Profile : Haany Ali --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39fa09..ce96e90 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - [Vansh Kapoor](https://github.com/vanshkapoor/vanshkapoor) - [Harsh Kumar Khatri](https://github.com/harshkumarkhatri/harshkumarkhatri) - [Stephen Ajulu](https://github.com/stephenajulu/stephenajulu) +- [Haany Ali](https://github.com/MarikIshtar007/MarikIshtar007) #### Typing.. Mode 🎰 - [Mathieu Ledru](https://github.com/matyo91/matyo91) From 0f30f7d06883a3e913e9eecc85d04da6fe96c5b6 Mon Sep 17 00:00:00 2001 From: Hemant Date: Wed, 15 Jul 2020 18:17:00 +0530 Subject: [PATCH 07/25] Added Hemant Joshi's Readme Added Hemant Joshi's README.md username: @8bithemant --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39fa09..28c4797 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ #### Dynamic Realtime πŸ’« - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) - [Anurag Hazra](https://github.com/anuraghazra/anuraghazra) +- [Hemant Joshi](https://github.com/8bithemant/8bithemant) #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) From fdaab88e670eb83b95849c51ef1656eb7b8397d6 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Wed, 15 Jul 2020 18:50:36 +0530 Subject: [PATCH 08/25] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20PR=20&=20Issues=20?= =?UTF-8?q?Badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bf0167..2177f9b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![GitHub issues](https://img.shields.io/github/stars/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/stargazers) [![GitHub forks](https://img.shields.io/github/forks/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/network/members) -[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/abhisheknaiidu/awesome-github-profile-readme?style=plastic)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/pulls) -[![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme?style=plastic)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) +[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/pulls) +[![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) [![GitHub License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE) ### Contents From 9660f13362852cedeb055facab84229431c61548 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Wed, 15 Jul 2020 15:30:54 +0200 Subject: [PATCH 09/25] Added my GitHub profile README repo and the corresponding article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee9ddaa..094a18c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - [Shawn Wang](https://github.com/sw-yx/sw-yx) - [Simon Willison](https://github.com/simonw/simonw) - [Mike Coutermarsh](https://github.com/mscoutermarsh/mscoutermarsh) +- [Michael Hoffmann (Mokkapps)](https://github.com/mokkapps/mokkapps) #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) @@ -105,6 +106,7 @@ - ["Dynamically Generated Github Stats For Your Profile ReadMe"](https://dev.to/anuraghazra/dynamically-generated-github-stats-for-your-profile-readme-o4g) - *Anurag Hazra* - ["How to create an awesome GIF for your GitHub Profile README"](https://dev.to/satvikchachra/how-to-add-an-awesome-readme-to-your-github-profile-361n) - *Satvik Chachra* - ["Create a special repository in your GitHub Profile πŸ”¨, supported and unsupported features"](https://torrocus.com/blog/special-github-repository/) - *Alex Malaszkiewicz* +- ["How I Built A Self-Updating README On My Github Profile"](https://www.mokkapps.de/blog/how-i-built-a-self-updating-readme-on-my-git-hub-profile/) - *Michael Hoffmann (Mokkapps)* ## Contribute From 245fc8c5c1d42b8e1569ccfd622f694cdabbba66 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Wed, 15 Jul 2020 20:28:24 +0530 Subject: [PATCH 10/25] =?UTF-8?q?=E2=9C=A8=20Changes=20to=20the=20heading:?= =?UTF-8?q?=20centering=20everything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2177f9b..39731d6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ +

Awesome Github Profile README

+
+Awesome Badge + +Star Badge -# Awesome Github Profile README ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) ![](https://visitor-badge.glitch.me/badge?page_id=abhisheknaiidu.awesome-github-profile-readme) ![Star Repo](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99) -> A curated list of awesome Github Profile READMEs +A curated list of awesome Github Profile READMEs -[![GitHub issues](https://img.shields.io/github/stars/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/stargazers) -[![GitHub forks](https://img.shields.io/github/forks/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/network/members) -[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/pulls) -[![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) -[![GitHub License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE) +Stars Badge +Forks Badge +Pull Requests Badge +Issues Badge +License Badge +
-### Contents +### Contents: - [Categories](#categories) - [Github Actions πŸ€–](#github-actions-) - [Game Mode πŸš€](#game-mode-) From 4e0aae6a5330bd25d0d0b1b0e9154c4cc5334c9f Mon Sep 17 00:00:00 2001 From: Thomas Guibert Date: Wed, 15 Jul 2020 19:16:58 +0200 Subject: [PATCH 11/25] Add my profile to Github Actions' list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 286a121..839deb8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ ## Categories #### Github Actions πŸ€– +- [Thomas Guibert](https://github.com/thmsgbrt/thmsgbrt) - [Brian Douglas](https://github.com/bdougie/bdougie) - [Shawn Wang](https://github.com/sw-yx/sw-yx) - [Simon Willison](https://github.com/simonw/simonw) From 68eb06cfae0a119fc593cad6abc8c77444a71a0c Mon Sep 17 00:00:00 2001 From: Kavish Hukmani Date: Wed, 15 Jul 2020 22:49:12 +0530 Subject: [PATCH 12/25] Added Kavish Hukmani Added the profile of Kavish Hukmani to Game Mode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 286a121..9512e2c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) - [Ben Sampica](https://github.com/benjaminsampica/benjaminsampica) +- [Kavish Hukmani](https://github.com/DoubleGremlin181) #### Code Mode πŸ‘¨πŸ½β€πŸ’» - [Thaiane Braga](https://github.com/Thaiane/Thaiane) From 92833b68c650eff9f6265366e82a0f3ad1b0ce1f Mon Sep 17 00:00:00 2001 From: Kavish Hukmani Date: Wed, 15 Jul 2020 23:12:09 +0530 Subject: [PATCH 13/25] Fixed repo URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9512e2c..a32b212 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) - [Ben Sampica](https://github.com/benjaminsampica/benjaminsampica) -- [Kavish Hukmani](https://github.com/DoubleGremlin181) +- [Kavish Hukmani](https://github.com/DoubleGremlin181/DoubleGremlin181) #### Code Mode πŸ‘¨πŸ½β€πŸ’» - [Thaiane Braga](https://github.com/Thaiane/Thaiane) From b3fce10c2a3c3a6cb1838be85cbb8949ec3fe7e3 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Wed, 15 Jul 2020 17:46:34 +0000 Subject: [PATCH 14/25] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 839deb8..abda9ef 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ - [Siv Ram Shastri](https://github.com/Prince-Shivaram/Prince-Shivaram) - [Shanu Mishra](https://github.com/Shanu1515/Shanu1515) - [Shubham Kumar](https://github.com/imskr/imskr) +- [Duncan](https://github.com/dephraiim/dephraiim) #### Just Images 🎭 - [偏右](https://github.com/afc163/afc163) @@ -98,6 +99,7 @@ #### Icons 🎯 - [Hussainweb](https://github.com/hussainweb/hussainweb) +- [Duncan](https://github.com/dephraiim/dephraiim) ## Tools From 846e845c43b571fc718976a81a40e176c8f2b87c Mon Sep 17 00:00:00 2001 From: pr2tik1 Date: Wed, 15 Jul 2020 23:25:59 +0530 Subject: [PATCH 15/25] Add profile in Minimalistic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee9ddaa..d502ab2 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ #### Minimalistic - [Gift Egwuenu](https://github.com/lauragift21/lauragift21) - [Kelechi Precious Nwachukwu](https://github.com/PluckyPrecious/PluckyPrecious) +- [Pratik Kumar](https://github.com/pr2tik1/pr2tik1) #### GIFS πŸ‘» - [Ari](https://github.com/ari-hacks/ari-hacks) From d11386b961807df9b1473ab56378acf2328c2dc8 Mon Sep 17 00:00:00 2001 From: Anurag Singh Date: Thu, 16 Jul 2020 05:40:29 +0530 Subject: [PATCH 16/25] Added new profile under simple yet innovative --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 839deb8..8d7201e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ - [Harsh Kumar Khatri](https://github.com/harshkumarkhatri/harshkumarkhatri) - [Stephen Ajulu](https://github.com/stephenajulu/stephenajulu) - [Haany Ali](https://github.com/MarikIshtar007/MarikIshtar007) +- [Anurag Singh](https://github.com/ashleymavericks/ashleymavericks) #### Typing.. Mode 🎰 - [Mathieu Ledru](https://github.com/matyo91/matyo91) From 84b1657ab8935cea989eaa82b8a2da807d711341 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Thu, 16 Jul 2020 12:18:58 +0530 Subject: [PATCH 17/25] Added Emoji to minimalistic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de4e3e3..6f234d3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ - [Simple but Innovative Ones πŸ€—](#simple-but-innovative-ones-) - [Typing.. Mode 🎰](#typing-mode-) - [Anime πŸ‘Ύ](#anime-) - - [Minimalistic](#minimalistic) + - [Minimalistic ✨](#minimalistic) - [GIFS πŸ‘»](#gifs-) - [Just Images 🎭](#just-images-) - [Fancy Fonts πŸ–‹](#fancy-fonts-) @@ -81,7 +81,7 @@ #### Anime πŸ‘Ύ - [Ing](https://github.com/innng/innng) -#### Minimalistic +#### Minimalistic ✨ - [Gift Egwuenu](https://github.com/lauragift21/lauragift21) - [Kelechi Precious Nwachukwu](https://github.com/PluckyPrecious/PluckyPrecious) - [Pratik Kumar](https://github.com/pr2tik1/pr2tik1) From ec0372e53420c40a7bdb5febcbc8b5994233b8cf Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Thu, 16 Jul 2020 12:51:30 +0530 Subject: [PATCH 18/25] Added Discord Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f234d3..c04ff4b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Awesome Badge -Star Badge +Star Badge Join Community Badge A curated list of awesome Github Profile READMEs From 13e64b13c02677a1621ae1f21833de91e0dd74f0 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Thu, 16 Jul 2020 09:37:03 +0000 Subject: [PATCH 19/25] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index abda9ef..ecf3a6d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,6 @@ #### Icons 🎯 - [Hussainweb](https://github.com/hussainweb/hussainweb) -- [Duncan](https://github.com/dephraiim/dephraiim) ## Tools From 8dfee49658480ba272428f1a36ff20ba71cce4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=CA=99=CA=9C=C9=AA=C9=B4=E1=B4=80=E1=B4=A0=20s?= =?UTF-8?q?=CA=9C=E1=B4=80=CA=80=E1=B4=8D=E1=B4=80=E2=9C=A9?= Date: Thu, 16 Jul 2020 17:03:57 +0530 Subject: [PATCH 20/25] =?UTF-8?q?=F0=9F=9A=80=20Improved=20Discord=20Badge?= =?UTF-8?q?,=20Added=20Contributors=20Badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c04ff4b..f112462 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@
Awesome Badge -Star Badge Join Community Badge +Star Badge +Join Community Badge
A curated list of awesome Github Profile READMEs @@ -10,7 +11,8 @@ Forks Badge Pull Requests Badge Issues Badge -License Badge +GitHub contributors +License Badge
### Contents: From 0b5eccc0e96d3f0ba17cd9cc7df214711995cfbf Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Thu, 16 Jul 2020 17:16:01 +0530 Subject: [PATCH 21/25] Added Badge to template also --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 05a319e..1d43a44 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,9 @@ ## What type of PR is this? (check all applicable) + - [ ] πŸš€ Added Name - [ ] ✨ Feature +- [ ] βœ… Joined Community, if not then *want to* Join Community Badge - [ ] πŸ› Grammatical Error - [ ] πŸ“ Documentation Update - [ ] 🚩 Other From 589877a9008cc34945443d991d33693f5f6f9688 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Thu, 16 Jul 2020 17:21:06 +0530 Subject: [PATCH 22/25] =?UTF-8?q?Added=20=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1d43a44..3d8b503 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,7 @@ - [ ] πŸš€ Added Name - [ ] ✨ Feature - [ ] βœ… Joined Community, if not then *want to* Join Community Badge +- [ ] 🌟ed the repo - [ ] πŸ› Grammatical Error - [ ] πŸ“ Documentation Update - [ ] 🚩 Other From bb45d29e4733eaa0e5d5e0db6e7186192a0a3c67 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Thu, 16 Jul 2020 17:25:03 +0530 Subject: [PATCH 23/25] More Changes --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3d8b503..39abdd6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ - [ ] πŸš€ Added Name - [ ] ✨ Feature -- [ ] βœ… Joined Community, if not then *want to* Join Community Badge -- [ ] 🌟ed the repo +- [ ] βœ… Joined Community +- [ ] 🌟 ed the repo - [ ] πŸ› Grammatical Error - [ ] πŸ“ Documentation Update - [ ] 🚩 Other From f5096bddc583dd76c2de1802d3c12158527690c5 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Thu, 16 Jul 2020 18:44:59 +0530 Subject: [PATCH 24/25] =?UTF-8?q?=E2=9E=95=20Added=20a=20tool=20and=202=20?= =?UTF-8?q?new=20profiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e1a2e3..4251a8e 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) - [Anurag Hazra](https://github.com/anuraghazra/anuraghazra) - [Hemant Joshi](https://github.com/8bithemant/8bithemant) +- [Athul Cyriac Ajay](https://github.com/athul/athul) +- [Gautam Krishna R](https://github.com/gautamkrishnar/gautamkrishnar) #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) @@ -111,6 +113,7 @@ - [Shields Project](https://shields.io/) - Use Shields to create profile badges, compatible with Simple Icons - [Github Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Get dynamically generated GitHub stats on your readmes - [Simple Icons](https://github.com/simple-icons/simple-icons#cdn-usage) - SVG icons for popular brands for your README.md files +- [Dev Metrics in Readme](https://github.com/athul/waka-readme) - [WakaTime](https://wakatime.com/) Weekly Metrics on your Profile Readme ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From 11992f57f28d92e5b3f819ef70902aa2f9ff9511 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Thu, 16 Jul 2020 19:03:32 +0530 Subject: [PATCH 25/25] =?UTF-8?q?=F0=9F=94=A7=20Moving=20both=20to=20GH-ac?= =?UTF-8?q?tions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4251a8e..7a3af57 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ - [Simon Willison](https://github.com/simonw/simonw) - [Mike Coutermarsh](https://github.com/mscoutermarsh/mscoutermarsh) - [Michael Hoffmann (Mokkapps)](https://github.com/mokkapps/mokkapps) +- [Athul Cyriac Ajay](https://github.com/athul/athul) +- [Gautam Krishna R](https://github.com/gautamkrishnar/gautamkrishnar) #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) @@ -59,8 +61,7 @@ - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) - [Anurag Hazra](https://github.com/anuraghazra/anuraghazra) - [Hemant Joshi](https://github.com/8bithemant/8bithemant) -- [Athul Cyriac Ajay](https://github.com/athul/athul) -- [Gautam Krishna R](https://github.com/gautamkrishnar/gautamkrishnar) + #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek)