Skip to content

Commit

Permalink
fix: update contribution guidelines (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrinyonkov authored Jul 6, 2022
1 parent 52c20e3 commit b6777ec
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions docs/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ When a file is consistently not following these rules and adhering to the rules

### Table of Contents

1. [General](#general)
1. [JavaScript Coding Guidelines](#javascript-coding-guidelines)
* [Code Formatting](#code-formatting)
* [Naming Conventions](#naming-conventions)
* [Documentation (JSDoc)](#documentation-jsdoc)
1. [Product Standards / Acceptance Criteria](#product-standards--acceptance-criteria)
1. [File Names and Encoding](#file-names-and-encoding)
1. [Git Guidelines](#git-guidelines)
1. [Tools](#tools)
* [ESLint](#ESLint)
* [JSHint](#JSHint)
- [Development Conventions and Guidelines](#development-conventions-and-guidelines)
- [Table of Contents](#table-of-contents)
- [General](#general)
- [JavaScript Coding Guidelines](#javascript-coding-guidelines)
- [Code Formatting](#code-formatting)
- [Naming Conventions](#naming-conventions)
- [Documentation (JSDoc)](#documentation-jsdoc)
- [Product Standards / Acceptance Criteria](#product-standards--acceptance-criteria)
- [File Names and Encoding](#file-names-and-encoding)
- [Git Guidelines](#git-guidelines)
- [Tools](#tools)
- [ESLint](#eslint)
- [JSHint](#jshint)



Expand Down Expand Up @@ -95,10 +97,9 @@ The commit message consists of two or three parts, separated by empty lines:
- A commit message can thus look like this:

``` wiki
[FIX] ControlTree: prevent rerendering if the same model is set.
fix: prevent rerendering if the same model is set.
Change-Id: I3c7d6e4d52fa71e9412b729b7a234a112915c2a4
Fixes https://github.com/SAP/ui5-inspector/issues/1
Fixes #123
```
Expand Down

0 comments on commit b6777ec

Please sign in to comment.