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

Merge pull request #5258

Jakie.OYMJ (1):
      docs: correct typo in CONTRIBUTING.md
This commit is contained in:
sudden6 2018-07-20 10:18:31 +02:00
commit a73da7b9be
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

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