From 9b3eca70f65e3dbe58769f9f44090c5ee9a971c1 Mon Sep 17 00:00:00 2001 From: Chuck Atkins <chuck.atkins@kitware.com> Date: Fri, 14 Apr 2017 08:59:41 -0400 Subject: [PATCH] Add TOC to Contributors guide --- Contributing.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Contributing.md b/Contributing.md index 7d7e99028..d6461374a 100644 --- a/Contributing.md +++ b/Contributing.md @@ -3,6 +3,17 @@ This guide will walk you through how to submit changes to ADIOS and interact with the project as a developer. +Table of Contents +================= + + * [Workflow](#workflow) + * [Setup](#setup) + * [Making a change and submitting a pull request](#making-a-change-and-submitting-a-pull-request) + * [Create the topic branch](#create-the-topic-branch) + * [Do I need to merge master into my branch first?](#do-i-need-to-merge-master-into-my-branch-first) + * [Submit a pull request](#submit-a-pull-request) + * [Code formatting and style](#code-formatting-and-style) + ## Workflow ADIOS uses the GitHub fork-and-branch model. In this, the project "lives" in it's main repository located at https://github.com/ornladios/adios2.git, while each individual developer has their own copy of the repo to work in. Changes are then submitted to the main repository via pull-requests made with branches from your fork. -- GitLab