Skip to content

Commit

Permalink
docs: add contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro757 committed Sep 20, 2021
1 parent 6456cc6 commit 4c9e54e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#### What should I do before opening an Pull Request?

Before opening an issue, please ensure that:
- Use `prettier` to format and style the code
- Use `camelCase` to name variables and follow the style of the code

#### What should I do before opening an issue?

Before opening an issue, please ensure that:
- You can reproduce the problem with the latest `ls_emmet` release
- Nobody else has opened the same issue recently.

#### What should I include in an issue?

When opening a new issue, please include this:
- A clear description of the bug
- A minimal config wherein the bug could be repreduced

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ And it will be expanded to:
</table>
```

#### Contribuiting
Bug reports, feature suggestions and especially code contributions are most welcome. You open a GitHub issue or pull
request. Please read [this document](CONTRIBUTING.md) before opening an issue.

#### Supported Languages

##### markup:
Expand Down

0 comments on commit 4c9e54e

Please sign in to comment.