Skip to content

Commit

Permalink
chore: adds ".nvmrc" and contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Jul 10, 2019
1 parent 54d3f12 commit 73b7a95
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v8.12.0
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing

Thank you for deciding to contribute to Gavel.js. Please read the guidelines below to ensure the smoothest developer's experience during the involvement.

## Workflow

1. Clone the repository.
2. Install dependencies:

```bash
npm install
```

3. Use the correct NodeJS version:

```bash
nvm use
```

4. Create a branch for a feature or a bugfix.
5. Follow the [Conventional Commit Messages](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#user-content--git-commit-guidelines) for commit messages.
6. Issue a pull request and undergo a code review.
7. Upon approval, merge the pull request.

0 comments on commit 73b7a95

Please sign in to comment.