Before opening an issue, please be sure that your issue hasn't already been opened by someone else. If you find an issue that is similar to yours, please add a comment to that issue instead of opening a new one.
Here are a few things that will help us to resolve your issues:
- A descriptive title that gives an idea of what your issue refers to
- A thorough description of the issue, (one-word descriptions are very hard to understand)
- Screenshots (if appropriate)
- Links (if appropriate)
- Fork this repository
- Create a new branch:
git checkout -b my-branch-name
- Configure and install the dependencies using
npm install
or equivalent - Run
npm run dev
, or equivalent, to run the site locally - Make appropriate changes
- Commit your changes
- Push to your branch and PR
- Wait for your pull request to be reviewed and merged
- Please make sure that your pull request is up-to-date with the latest changes in the master branch
- Please make sure that your pull request is not a duplicate
- Please make sure that your pull request is not spam
- Please make sre that you follow the code of conduct (code-of-conduct)
- Please make sure that you include any additional guidance to help the reviewer understand your changes