From 080cbe1d162a68b911a8b5d1da9ad5c007817c60 Mon Sep 17 00:00:00 2001 From: pradumnasaraf Date: Mon, 6 Dec 2021 10:26:17 +0530 Subject: [PATCH 1/2] Update PR Template --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 569405ab..95371f12 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,6 @@ resolves #`issueNumber` ## Checklist for profile addition -- [ ] Name the PR `Add ` -- [ ] You've filled all the required fields in [data.json](https://github.com/EddieHubCommunity/awesome-github-profiles/blob/main/data.json) file -- [ ] You've linked the PR to correct Issue +- [ ] Name the PR `fix: Add `. +- [ ] You've added file named `your-username.json` in the [profiles](https://github.com/EddieHubCommunity/awesome-github-profiles/tree/main/profiles) directory. +- [ ] You've linked the PR to correct Issue. From f85676746d86296802cf7d0c65cd03b692776349 Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Mon, 6 Dec 2021 10:33:19 +0530 Subject: [PATCH 2/2] Update .github/pull_request_template.md Co-authored-by: David Leal --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 95371f12..01a3f69b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,4 +7,4 @@ resolves #`issueNumber` - [ ] Name the PR `fix: Add `. - [ ] You've added file named `your-username.json` in the [profiles](https://github.com/EddieHubCommunity/awesome-github-profiles/tree/main/profiles) directory. -- [ ] You've linked the PR to correct Issue. +- [ ] You've linked the PR to the correct issue.