From e6675960f5bb5a6551007a6f251987cf71cc37ca Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Tue, 7 Dec 2021 01:21:12 +0530 Subject: [PATCH] docs: update PR template (#889) * Update PR Template * Update .github/pull_request_template.md Co-authored-by: David Leal Co-authored-by: David Leal --- .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..01a3f69b 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 the correct issue.