Skip to content

Commit

Permalink
merge branch updated to develop in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Sep 8, 2019
1 parent 3a9dad8 commit 66f7c8b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
There are two important folders that you should care about `lib` and `bin`
```
- lib
-> action.js // Contains all the main logic
-> settings.json // project path are stored here on running commands like 'pm add'
-> action.js // Contains all the main logic and functions
- bin
-> index.js // Main file, This file is triggered when `projectman` or `pm` is called
```
Expand All @@ -22,8 +21,8 @@ There are two important folders that you should care about `lib` and `bin`

- For Contributing to this project or any project on GitHub
1. Fork project.
2. Create a branch with the name of feature that you're working on (e.g. 'better-add-command').
3. Once you're done coding create a merge request from your new branch to my master. (Read the Local Development section above for local setup guidelines)
2. Create a branch with the name of feature that you're working on (e.g. `multiple-editors`).
3. Once you're done coding create a merge request from your new branch to my `develop`. (Read the Local Development section above for local setup guidelines)


## Coding Guidelines
Expand Down

0 comments on commit 66f7c8b

Please sign in to comment.