Thank you for your interest in contributing. Here's how to get involved.
Be respectful. Be constructive. No harassment, discrimination, or personal attacks. We're all here to build good tools.
Open an issue with:
- What you expected to happen
- What actually happened
- Steps to reproduce
- Browser, React version, and OS
Open an issue describing:
- The problem you're trying to solve
- Your proposed solution
- Any alternatives you've considered
- Fork the repo
- Create a branch:
git checkout -b fix/your-fix - Make your changes
- Run
npm run buildto verify the build passes - Commit with a clear message
- Open a PR against
main
git clone https://github.com/dragoon0x/markup.git
cd markup
npm install
npm run buildBy submitting a pull request, you agree that your contributions are licensed under the same MIT license as the project.
All contributors will be acknowledged in the project. Significant contributions may be credited in the changelog.