From 6fa1bc2f1586796145e68cb388b5e323c5abc5e4 Mon Sep 17 00:00:00 2001 From: GaryNLOL Date: Tue, 14 Dec 2021 16:33:30 -0500 Subject: [PATCH 1/2] Changed PR title in README.md Changed from `add ` to `fix: add ` in `README.md`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d55227da..454dffcf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Feel free to submit a [pull request](https://github.com/EddieHubCommunity/awesom } ``` -4. Create a [Pull Request](https://github.com/EddieHubCommunity/awesome-github-profiles/pulls) to add the changes to this repository. Please change the title to `add your-username` and in the description add `resolve #issueNumber` +4. Create a [Pull Request](https://github.com/EddieHubCommunity/awesome-github-profiles/pulls) to add the changes to this repository. Please change the title to `fix: add ` and in the description add `resolve #issueNumber` ### Any questions, feel free to let us know! From 328daaf15c7b65df72dd85e2b19109a9677d8998 Mon Sep 17 00:00:00 2001 From: GaryNLOL Date: Tue, 14 Dec 2021 16:34:52 -0500 Subject: [PATCH 2/2] Changed PR title in PR template Changed from `fix: Add ` to `fix: add ` in `pull_request_template.md`. --- .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 57b676af..33566c55 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ resolves #`issueNumber` ## Checklist for profile addition -- [ ] Name the PR `fix: Add `. +- [ ] 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.