diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-04-06 22:14:05 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-04-06 22:14:05 +0200 |
commit | 7da330f1bd1690e821b438b6dd4cb54cc17f3b02 (patch) | |
tree | 9ccf8511b67aab79247c5953418bcafedd888683 | |
parent | d5e9e8d37bd2556f154ec136f9c0dc206a52e35a (diff) | |
download | zsh-7da330f1bd1690e821b438b6dd4cb54cc17f3b02.tar.gz zsh-7da330f1bd1690e821b438b6dd4cb54cc17f3b02.tar.bz2 zsh-7da330f1bd1690e821b438b6dd4cb54cc17f3b02.zip |
chore: fix CONTRIBUTING.md TOC
-rw-r--r-- | CONTRIBUTING.md | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7db4f661..16393da58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,22 +11,16 @@ issues and pull requests. Please read them closely. Foremost, be so kind as to [search](#use-the-search-luke). This ensures any contribution you would make is not already covered. -<!-- TOC --> - -- [CONTRIBUTING GUIDELINES](#contributing-guidelines) - - [Reporting Issues](#reporting-issues) - - [You have a problem](#you-have-a-problem) - - [You have a suggestion](#you-have-a-suggestion) - - [Submitting Pull Requests](#submitting-pull-requests) - - [Getting started](#getting-started) - - [You have a solution](#you-have-a-solution) - - [You have an addition](#you-have-an-addition) - - [Use the Search, Luke](#use-the-search-luke) - - [Commit Guidelines](#commit-guidelines) - - [Format](#format) - - [Style](#style) - - [Volunteer](#volunteer) - +<!-- TOC updateonsave:true depthfrom:2 --> + +- [Reporting Issues](#reporting-issues) + - [You have a problem](#you-have-a-problem) + - [You have a suggestion](#you-have-a-suggestion) +- [Submitting Pull Requests](#submitting-pull-requests) + - [Getting started](#getting-started) + - [You have a solution](#you-have-a-solution) + - [You have an addition](#you-have-an-addition) +- [Use the Se <!-- /TOC --> ## Reporting Issues |