Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 2.26 KB

File metadata and controls

100 lines (67 loc) · 2.26 KB

Contributing to CodeVerse Hub Projects

Thank you for your interest in contributing to CodeVerse Hub projects.
All repositories under the CodeVerse Hub organization are community-driven and open to contributions.

This document explains how to get started and what is expected from contributors.


Who Can Contribute

  • Beginners, intermediate, and advanced developers
  • Designers, writers, and documentation contributors
  • Anyone willing to collaborate respectfully

You do not need prior open-source experience.


How to Start

  1. Choose a repository under the organization
    https://github.com/TheCodeVerseHub
  2. Read the repository README carefully
  3. Check existing issues
  4. Pick an issue or open a new one if needed
  5. Fork the repository
  6. Create a new branch for your work
  7. Make your changes
  8. Submit a pull request

Development Workflow

  • Fork the repository
  • Create a branch using a clear name
    Example: fix-starboard-bug or add-hyprland-config
  • Keep commits small and meaningful
  • Write clear commit messages
  • Test your changes before submitting

Pull Request Guidelines

  • Clearly explain what your PR does
  • Link the related issue if applicable
  • Do not mix unrelated changes in one PR
  • Follow the existing code style
  • Be open to feedback and review comments

Low-quality or incomplete PRs may be closed.


Code Quality Expectations

  • Code should be readable and maintainable
  • Avoid unnecessary complexity
  • Follow project-specific style and structure
  • Document non-obvious logic
  • Do not commit generated files unless required

Issues and Discussions

  • Use issues for bugs, features, and tasks
  • Use discussions for questions and ideas
  • Search before opening a new issue

Behavior and Conduct

  • Be respectful and professional
  • No harassment, spam, or toxic behavior
  • Follow the Code of Conduct

Violations may result in removal from the project.


Contributor Recognition

Meaningful contributions will be:

  • Reviewed and merged when appropriate
  • Credited in the project
  • Eligible for the @Contributors role on the CodeVerse Hub Discord server

Questions

If you are unsure about anything:

  • Ask in GitHub Discussions
  • Ask in the CodeVerse Hub Discord server

We value collaboration and learning.