We encourage contributing to Portfoliwoah! If you encounter a bug or think of a feature feel here are the steps for getting your change added.
- Fork the Portfoliwoah repo
- Clone the repo to your local machine using:
git clone [YOUR FORKED REPO]
- Set up the
.env
following the instructions in the self hosting guide - Run
git checkout -b [NAME OF YOUR BRANCH]
to create your branch - Run
yarn
to install all the packages - Run
yarn dev
to start the server - Make your changes
- Commit your changes to your branch
- Open a PR to merge
[NAME OF YOUR BRANCH]
into theDEV
branch
- Open an issue with the bug label
- Include a description of the bug and how to reproduce it
- If you know how to fix it, follow the steps above to fix it and open a PR