Skip to content

Commit

Permalink
contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharma27 authored Jan 11, 2023
1 parent 532c6d6 commit e5adaaf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### CONTRIBUTE

This repo is open to contributions to the project collaborators only rn.

Steps to collaborate:

- fork the repository
- clone the repository to you local system by the following command [git clone https://github.com/aksharmafarmup]
- install the basic packages -> [npm install]
- add your config.env file in the root directory and add the mongodb connection link to it(make sure the variable name is DB in config.env file or you can use any other name and export is by that name in app.js file in root directory).
- you're ready to go, add new features or changes, add and commit your changes, then make a pull request by the following command. [ git push -u origin your branch name ]

0 comments on commit e5adaaf

Please sign in to comment.