Skip to content

Commit

Permalink
fix(javatarz#12): contriubtion guidelines - new package installation …
Browse files Browse the repository at this point in the history
…instruction
Sathia committed Oct 19, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9d99eab commit 53cafa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -34,6 +34,13 @@ Every PR/commit on this repository will be run through a build pipeline to ensur
### Your first contribution
Unsure where to begin contributing to GHCL? You can start by looking through these

### Adding any new package
If you are adding any external package on project, please make you use `Pipenv’s Dependency Resolution Approach`

eg: if you want to add redis package. Follow below steps
`pipenv install redis`
By doing this way, it'll update the Pipfile and Pipfile.lock.

* [good first issue](https://github.com/javatarz/github-contribution-leaderboard/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+sort%3Acomments-desc) - issues which should only require a few lines of code, and a test or two
* [help-wanted issues](https://github.com/javatarz/github-contribution-leaderboard/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+sort%3Acomments-desc) - issues which should be a bit more involved than beginner issues

0 comments on commit 53cafa4

Please sign in to comment.