Skip to content

Commit

Permalink
Add ToC to Dev Guide (#3418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglopf authored Mar 13, 2024
1 parent d8f3619 commit 08cc012
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# Table of Contents

1. [Contributing](#Contributing)
1. [Issues](#issues)
2. [Other repositories](#other-repositories)
3. [Branches and Tags](#branches-and-tags)
4. [Pull Request Process](#pull-request-process)
2. [Branch Naming and Issue Tagging](#branch-naming-and-issue-tagging)
1. [Adding a Feature](#adding-a-feature)
2. [Fixing a Bug](#fixing-a-bug)
3. [Tagging Your Issue](#tagging-your-issue)
4. [Pull Request Comments](#pull-request-comments)
3. [Project Style Guide](#project-styleguide)
1. [Project Conventions](#project-conventions)
2. [Linters](#linters)
3. [Ruby Style](#ruby-style)
4. [Syntax and Layout](#syntax-and-layout)
5. [Classes and Modules](#classes-and-modules)
6. [Collections](#collections)
7. [Code Comments](#comments)
8. [Exceptions](#exceptions)
9. [Naming Conventions](#naming)
1. [Variables](#variables)
2. [Methods](#methods)
3. [Classes and Modules](#class-and-module-naming)
4. [Javascript Style Guide](#javascript-style)
5. [HTML Style Guide](#html-style)
6. [CSS Style Guide](#css-style)

# Contributing

First off - Thank you for your interest in contributing to the Open OnDemand project!
Expand Down Expand Up @@ -362,7 +391,7 @@ function snakeCaseWords(str) {
end
```

### Classe and Modules
### Class and Module Naming

* Mountain/Pascal case for Class and Module names.

Expand Down

0 comments on commit 08cc012

Please sign in to comment.