From 1b163120b90d635f13a0ec3c88f9be271ecb61f7 Mon Sep 17 00:00:00 2001 From: Beksultan <96925396+Vazno@users.noreply.github.com> Date: Thu, 15 Dec 2022 07:02:38 +0600 Subject: [PATCH] Fixed checklist item It should be `Contributed by: [@yourusername](https://github.com/yourusername)`: Contributed by: [@yourusername](https://github.com/yourusername) Not `Contributed by: [https://github.com/yourusername](@yourusername)` Contributed by: [https://github.com/yourusername](@yourusername) --- .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 0c6e18c..dc70462 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ e.g. ``` - [ ] I've confirmed the prompt works well -- [ ] I've added `Contributed by: [https://github.com/yourusername](@yourusername)` +- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)` - [ ] I've added to the README.md - [ ] I've added to the `prompts.csv` - [ ] Escaped quotes by double-quoting them