From 77a5a58cb974cefe417fd809109967048a79082f Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Thu, 26 Aug 2021 10:08:07 +0200 Subject: [PATCH] root: Fix table of contents for CONTRIBUTING.md (#1302) --- CONTRIBUTING.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a705e0d1..8b7c42585 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,8 @@ The following is a set of guidelines for contributing to authentik and its compo [I don't want to read this whole thing, I just have a question!!!](#i-dont-want-to-read-this-whole-thing-i-just-have-a-question) [What should I know before I get started?](#what-should-i-know-before-i-get-started) - * [Atom and Packages](#atom-and-packages) - * [Atom Design Decisions](#design-decisions) + * [The components](#the-components) + * [authentik's structure](#authentiks-structure) [How Can I Contribute?](#how-can-i-contribute) * [Reporting Bugs](#reporting-bugs) @@ -22,14 +22,9 @@ The following is a set of guidelines for contributing to authentik and its compo [Styleguides](#styleguides) * [Git Commit Messages](#git-commit-messages) - * [JavaScript Styleguide](#javascript-styleguide) - * [CoffeeScript Styleguide](#coffeescript-styleguide) - * [Specs Styleguide](#specs-styleguide) + * [Python Styleguide](#python-styleguide) * [Documentation Styleguide](#documentation-styleguide) -[Additional Notes](#additional-notes) - * [Issue and Pull Request Labels](#issue-and-pull-request-labels) - ## Code of Conduct Basically, don't be a dickhead. This is an open-source non-profit project, that is made in the free time of Volunteers. If there's something you dislike or think can be done better, tell us! We'd love to hear any suggestions for improvement.