diff options
author | Peter Dave Hello <PeterDaveHello@users.noreply.github.com> | 2017-04-28 21:56:28 +0800 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-04-28 21:56:28 +0800 |
commit | 18f46fd7cfd5068adcb900828e814d415cb235a5 (patch) | |
tree | bcbf4f2dff7385940f45e87451ca8a893025f7ef /CONTRIBUTING.md | |
parent | fca7ddc6ea5ceae298b0a4f33d0b82a2f1ccc06e (diff) | |
download | gitea-18f46fd7cfd5068adcb900828e814d415cb235a5.tar.gz gitea-18f46fd7cfd5068adcb900828e814d415cb235a5.zip |
[ci skip] Add "Table of Contents" in CONTRIBUTING.md (#1634)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f7515e1de..b76f36f322 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,22 @@ # Contribution Guidelines +## Table of Contents + +- [Contribution Guidelines](#contribution-guidelines) + - [Introduction](#introduction) + - [Bug reports](#bug-reports) + - [Discuss your design](#discuss-your-design) + - [Testing redux](#testing-redux) + - [Vendoring](#vendoring) + - [Code review](#code-review) + - [Styleguide](#styleguide) + - [Sign your work](#sign-your-work) + - [Release Cycle](#release-cycle) + - [Maintainers](#maintainers) + - [Owners](#owners) + - [Versions](#versions) + - [Copyright](#copyright) + ## Introduction This document explains how to contribute changes to the Gitea project. It assumes you have followed the [installation instructions](https://docs.gitea.io/en-us/). Sensitive security-related issues should be reported to [security@gitea.io](mailto:security@gitea.io). |