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
- Yarn
- pnpm
npm run clear
yarn clear
pnpm run clear
2nd step
- Bash
- PowerShell
rm -rf node_modules yarn.lock package-lock.json
@('node_modules','yarn.lock','package-lock.json') | Remove-Item -Force -Recurse -ErrorAction SilentlyContinue
3rd step
- npm
- Yarn
- pnpm
npm install
yarn install
pnpm 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.