@lisba/data-structures-js
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@lisba/data-structures-js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Common data structures implementation in Javascript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,9 +9,6 @@ # @lisba/data-structures-js | ||
# Contents | ||
- [@lisba/data-structures-js](#lisbadata-structures-js) - [Common data structures implementation in Javascript.](#common-data-structures-implementation-in-javascript) | ||
- [Contents](#contents) | ||
- #### [Contents](#contents) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Collaborators](#collaborators) | ||
- [Collaborate](#collaborate) | ||
- [License](#license) | ||
@@ -47,8 +44,10 @@ | ||
## Collaborators | ||
## Collaborate | ||
In order to collaborate with the proyect you need to: | ||
1. Fork the repo. | ||
2. Clone the repo to work locally with `git clone repo-url`. | ||
3. Install dependencies with `yarn install`. | ||
4. Develop suggested changes in a new branch. | ||
4. Develop suggested changes in a new branch (make sure you are using the prettier config, you can run `yarn format` or install the prettier extension if you are using vsc editor to format on save). | ||
5. Push your changes to your repo `git push remote-repo branch-name`. | ||
@@ -55,0 +54,0 @@ 6. Make the pull request. |
19469
57