Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

60 lines (44 loc) · 1.59 KB

Contributing Guidelines

First of all, thanks for your interest in supporting this project! We could use all the help we can get to make the best possible experience for our community.

When contributing to this repository, please try to contact me, Dario ([email protected]), to discuss the idea or change you're trying to implement.

Every contribution is welcome, no matter how simple or sophisticated it may be, as long as it adheres to the project's Code of Conduct.


How to Install Locally

  1. Fork this repo. You can fork this repo by clicking here

  2. Clone on your local machine.

git clone https://github.com/<USERNAME>/repromodel.git
  1. Navigate to project directory.
cd repromodel
  1. Install dependencies.
npm install
  1. Run.
npm run dev

Pull Request Process

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the project.
  2. Create a new branch for your update.
git checkout -b my-new-branch
  1. Add and commit your code changes.
git add *
git commit -m 'my-new-branch'
  1. Push to the new branch.
git push origin my-new-branch
  1. Once done, open a pull request from your forked repo to the main repo here.

Ask For Help

For any help or questions, please open a new Github issue and we will get back to you :)