docs(CONTRIBUTING): prepend https:// to link (#2487)

This commit is contained in:
Omar 2024-08-05 16:43:42 +03:00 committed by GitHub
parent c97fe3b654
commit bf0c214fff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ changes to this document in a pull request.
## Recommendations
- Create a [topic branch](git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#_topic_branch) on your fork for your
- Create a [topic branch](https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#_topic_branch) on your fork for your
specific PR.
- Consider using [conventionalcommits.org](https://www.conventionalcommits.org/en/v1.0.0/)'s rules for creating explicit
and meaningful commit messages.