From 1512928b85e09c732b02fcdd1c59f9136aaefd4e Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 20 Dec 2018 13:28:45 +0000 Subject: [PATCH] CONTRIBUTING.md: update table of contents --- CONTRIBUTING.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db70750e3..916de5d64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,9 +20,7 @@ The following is a set of guidelines for contributing to ns-3, which are hosted [Styleguides](#styleguides) * [Git Commit Messages](#git-commit-messages) - * [JavaScript Styleguide](#javascript-styleguide) - * [CoffeeScript Styleguide](#coffeescript-styleguide) - * [Specs Styleguide](#specs-styleguide) + * [C++ Styleguide](#c-styleguide) * [Documentation Styleguide](#documentation-styleguide) [Additional Notes](#additional-notes) @@ -167,7 +165,7 @@ While the prerequisites above must be satisfied prior to having your merge reque * Limit the first line to 72 characters or less * Reference issues in the first line, by prepending `[#issue]` -### C++ guidelines +### C++ Styleguide We maintain our code style through the webpage [Code Style](https://www.nsnam.org/develop/contributing-code/coding-style/) and as a `clang-format` configure [file](https://gitlab.com/nsnam/ns-3-dev/blob/master/.clang-format)