Regex Vis Contribution Guide
May 6, 2023 ยท View on GitHub
Ask questions
You can open a new discussion to ask questions about this repository or get help.
Report a bug
Please first search the repository's Issues page and make sure that no one has already reported it.
If it hasn't been reported, please feel free to submit an issue.
Open a PR
Preparation:
pnpm.regex-visusepnpmas the package manager, so make sure to install it globally.- Node.js v16.x You can choose a Node.js version manager to easily switch between different Node.js versions easily.
Steps:
- Fork this project to your own account.
- Checkout to a new branch.
- Run
pnpm installto install dependencies. - Run
pnpm startto start a development server on the 3000 port. - Edit code.
- Run
pnpm test. Make sure to pass all test cases. - Submit your code.
- Open a PR on Github.
FAQ
Q: Can I use Chinese as the language of communication?
A: Yes, but using English is a better choice to make it possible for more people to understand and participate in the conversation.