Skip to main content

Issues

Streamline guides for squashing bugs and sharing ideas.

Bugs

Please take note that the project is built and aligns with the latest Docusaurus version and it is very important to review these items before submitting an issue to ensure you’ve completed the necessary steps:

Basic Troubleshooting

1st step

npm run clear

2nd step

rm -rf node_modules yarn.lock package-lock.json

3rd step

npm install

Self Assess

Consider ask yourself the following:

  • Do I have an idea of where the issue occurs?
  • Did I include clear steps to reproduce it?
  • Could it be due to my own mistakes?
  • Has this bug already been reported?

Once you are certain that it is indeed bug, feel free to submit a report.

Feature Request

You can use the Canny board for casual feature request or if you're not ready to open a pull request.