Skip to main content
Thank you for your interest in contributing to Null Board! We welcome contributions of all forms, from bug reports and feature requests to code changes and documentation improvements.

Getting Started

  1. Fork the repository: Click the “Fork” button on our GitHub page.
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/nullboard.git
  3. Install dependencies: Run npm install or pnpm install in the project root.
  4. Start development server: Run npm run dev to start the local development server.

Submission Guidelines

Pull Requests

  1. Create a new branch for your feature or fix: git checkout -b feature/my-new-feature
  2. Commit your changes following the Conventional Commits specification.
  3. Push your branch to GitHub.
  4. Open a Pull Request against the main branch of the original repository.

Reporting Issues

Please use the GitHub Issue Tracker to report bugs. Include as much detail as possible:
  • Steps to reproduce
  • Expected behavior
  • Actual behavior
  • Screenshots (if applicable)

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.