Skip to content

Commit

Permalink
vscode settings and contributing (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKanzhelev authored Jun 3, 2019
1 parent 7e407f6 commit e512ba6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"rewrap.wrappingColumn": 80,
"editor.rulers": [80, 120],
"markdownlint.config": {
"MD013": true
},
}
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Contributing

Welcome to OpenTelemetry specifications repository!

Before you start - see OpenTelemetry general
[contributing](https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md)
requirements and recommendations.

## Proposing a change

TODO: describe the RFC process https://github.com/open-telemetry/community/issues/56

## Writing specs

Specification is written in markdown format. Please make sure files are rendered
OK on GitHub.

We highly encourage to use line breaks in markdown files at `80` characters
wide. There are tools that can do it for you effectively. Please submit proposal
to include your editor settings required to enable this behavior so the out of
the box settings for this repository will be consistent.

0 comments on commit e512ba6

Please sign in to comment.