From b7bf1dc558d90fd8c608a0fa45dd076416861b2c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 1 Mar 2017 11:39:08 -0500 Subject: [PATCH] Contributing.md: Add missing table of contents sections --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index 584165a306..b237a0a495 100644 --- a/Contributing.md +++ b/Contributing.md @@ -5,6 +5,7 @@ If you make any contributions to Dolphin after December 1st, 2014, you are agree ## Coding Style - [Introduction] (#introduction) + - [Checking and fixing formatting issues](#checking-and-fixing-formatting-issues) - [Styling and formatting] (#styling-and-formatting) - [General] (#general) - [Naming] (#naming) @@ -16,6 +17,7 @@ If you make any contributions to Dolphin after December 1st, 2014, you are agree - [Loops] (#loops) - [Functions] (#functions) - [Classes and Structs] (#classes-and-structs-1) +- [Java] (#java) ## Introduction