Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.41 KB

File metadata and controls

37 lines (25 loc) · 1.41 KB

Contributing to Boundless

Thank you for your interest in contributing to Boundless! We welcome contributions from the community to help improve the platform.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Clone your fork and set up the project locally.
  3. Create a descriptive branch name (e.g., feature/add-auth, fix/typo-in-readme).
  4. Make your changes with clear, concise commits.
  5. Write tests for new features or bug fixes.
  6. Ensure all tests pass before submitting a pull request.
  7. Open a pull request with a clear description of your changes and reference any related issues.

Code Style

  • Follow the existing code style and conventions.
  • Use Prettier and ESLint for formatting and linting.
  • Write clear, descriptive commit messages.

Pull Request Process

  • All pull requests are reviewed by maintainers.
  • Address any requested changes promptly.
  • Ensure your branch is up to date with main before merging.

Reporting Issues

  • Use GitHub Issues to report bugs or request features.
  • Provide as much detail as possible, including steps to reproduce, expected behavior, and screenshots if applicable.

Community

  • Be respectful and inclusive in all interactions.
  • For questions or discussions, use GitHub Discussions or open an issue.

Thank you for helping make Boundless better!