1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs: correct typo in CONTRIBUTING.md

This commit is contained in:
Jakie.OYMJ 2018-07-19 15:26:30 +08:00
parent a12bb068d0
commit a6c3902f98

View File

@ -1,22 +1,22 @@
- [Filing an issue](#filing-an-issue)
- [Must read](#must-read)
- [Good to know](#good-to-know)
- [Must read](#must-read)
- [Good to know](#good-to-know)
- [How to start contributing](#how-to-start-contributing)
- [Before you start…](#before-you-start)
- [Must read](#must-read)
- [Pull request](#pull-request)
- [How to open a pull request](#how-to-open-a-pull-reqeust)
- [How to deal with large amounts of merge conflicts](#merge-conflicts)
- [Git Commit Guidelines](#commit)
- [Commit Message Format](#commit-message-format)
- [Header](#header)
- [Type](#type)
- [Scope](#scope)
- [Subject](#subject)
- [Body](#body)
- [Reviewing](#reviewing)
- [Before you start…](#before-you-start)
- [Must read](#must-read)
- [Pull request](#pull-request)
- [How to open a pull request](#how-to-open-a-pull-request)
- [How to deal with large amounts of merge conflicts](#merge-conflicts)
- [Git Commit Guidelines](#commit)
- [Commit Message Format](#commit-message-format)
- [Header](#header)
- [Type](#type)
- [Scope](#scope)
- [Subject](#subject)
- [Body](#body)
- [Reviewing](#reviewing)
- [Testing PRs](#testing-prs)
- [Git config](#git-config)
- [Git config](#git-config)
- [Coding guidelines](#coding-guidelines)