|
| 1 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 2 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 3 | +*Contents* |
| 4 | + |
| 5 | +- [Contribute](#contribute) |
| 6 | + - [Licensing and Authorship](#licensing-and-authorship) |
| 7 | + - [Using a good text editor](#using-a-good-text-editor) |
| 8 | + - [All PRs must have a "Summary" section](#all-prs-must-have-a-summary-section) |
| 9 | + - [Contributing via GitHub](#contributing-via-github) |
| 10 | + - [Code Style](#code-style) |
| 11 | + - [Translations](#translations) |
| 12 | + - [Doxygen Comments](#doxygen-comments) |
| 13 | + - [Guidelines for adding documentation](#guidelines-for-adding-documentation) |
| 14 | + - [Building the documentation for viewing it locally](#building-the-documentation-for-viewing-it-locally) |
| 15 | + - [Example Workflow](#example-workflow) |
| 16 | + - [Setup your environment](#setup-your-environment) |
| 17 | + - [Update your `master` branch](#update-your-master-branch) |
| 18 | + - [Make your changes](#make-your-changes) |
| 19 | + - [Drafts](#drafts) |
| 20 | + - [Comment requests](#comment-requests) |
| 21 | + - [Keep your PR description relevant](#keep-your-pr-description-relevant) |
| 22 | + - [Closing issues using keywords](#closing-issues-using-keywords) |
| 23 | + - [Tooling support](#tooling-support) |
| 24 | + - [Advanced Techniques](#advanced-techniques) |
| 25 | + - [Using remote tracking branches](#using-remote-tracking-branches) |
| 26 | + - [Unit tests](#unit-tests) |
| 27 | + - [In-game testing, test environment and the debug menu](#in-game-testing-test-environment-and-the-debug-menu) |
| 28 | + - [Frequently Asked Questions](#frequently-asked-questions) |
| 29 | + - [Why does `git pull --ff-only` result in an error?](#why-does-git-pull---ff-only-result-in-an-error) |
| 30 | + - [Oh no! I've made my changes to `master` branch and have pushed it to my repo! What should I do now?](#oh-no-ive-made-my-changes-to-master-branch-and-have-pushed-it-to-my-repo-what-should-i-do-now) |
| 31 | + |
| 32 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 33 | + |
1 | 34 | # Contribute
|
2 | 35 |
|
3 | 36 | **Opening a new issue?** Please read [ISSUES.md](../ISSUES.md) first.
|
|
0 commit comments