Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.15 KB

File metadata and controls

50 lines (34 loc) · 1.15 KB

Contributing to MarkupKit

Thank you for your interest in contributing. Here's how to get involved.

Code of Conduct

Be respectful. Be constructive. No harassment, discrimination, or personal attacks. We're all here to build good tools.

How to Contribute

Bug Reports

Open an issue with:

  • What you expected to happen
  • What actually happened
  • Steps to reproduce
  • Browser, React version, and OS

Feature Requests

Open an issue describing:

  • The problem you're trying to solve
  • Your proposed solution
  • Any alternatives you've considered

Pull Requests

  1. Fork the repo
  2. Create a branch: git checkout -b fix/your-fix
  3. Make your changes
  4. Run npm run build to verify the build passes
  5. Commit with a clear message
  6. Open a PR against main

Development Setup

git clone https://github.com/dragoon0x/markup.git
cd markup
npm install
npm run build

Contributor License

By submitting a pull request, you agree that your contributions are licensed under the same MIT license as the project.

Attribution

All contributors will be acknowledged in the project. Significant contributions may be credited in the changelog.