Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 6bba979

Browse files
committed
Fix Syntax for Table of Contents
1 parent 0c75295 commit 6bba979

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Contributing
22

3-
. [GitHub Flow](#GitHub Flow)
4-
. [Working with Forks and Pull Requests](#Working with Forks and Pull Requests)
5-
. [Working with Issues / How to Contribute in Issues](#Working with Issues / How to Contribute in Issues)
6-
. [How to Write Commit Messages](#How to Write Commit Messages)
7-
. [Code Review](#Code Review)
8-
. [Code of Conduct](#Code of Conduct)
9-
. [Contributor License Agreement (CLA](#Contributor License Agreement (CLA)
3+
- [Contributing](#contributing)
4+
- [GitHub Flow](#github-flow)
5+
- [How to work with GitHub Flow](#how-to-work-with-github-flow)
6+
- [Working with Forks and Pull Requests](#working-with-forks-and-pull-requests)
7+
- [Working with Issues / How to Contribute in Issues](#working-with-issues--how-to-contribute-in-issues)
8+
- [How to Write Commit Messages](#how-to-write-commit-messages)
9+
- [Code Review](#code-review)
10+
- [Code of Conduct](#code-of-conduct)
11+
- [Code Style](#code-style)
12+
- [Contributor License Agreement (CLA)](#contributor-license-agreement-cla)
1013

1114
## GitHub Flow
1215

ressources.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Ressources for Contributing
2+
3+
## Contributing
4+
5+
- [Kubernetes Contributing](https://github.com/kubernetes/community/blob/master/contributors/guide/contributing.md#learn-about-sigs)
6+
- [Kubernetes Pull-requests](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md)
7+
- [Nodejs Contributing](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md)
8+
9+
## Code of Conduct
10+
11+
- [Kubernetes Code of Conduct](https://github.com/kubernetes/community/blob/master/governance.md#code-of-conduct)
12+
13+
## Developer's Certificate of Origin? (Nodejs)
14+
15+
## Rebase over Merge? (Nodejs)

0 commit comments

Comments
 (0)