Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 2.32 KB

File metadata and controls

84 lines (56 loc) · 2.32 KB

🤝 Contributing Guidelines

Thank you for showing interest in contributing to Creators-Space!
We welcome all kinds of contributions — whether it’s code, design, documentation, or ideas 💡


⭐ 1. Star and Fork the Repository

  • Star this repository to show your support!
  • Click on the Fork button at the top-right corner of the repository page. This will create a copy of the repository under your GitHub account.

🐛 2. Create or Claim an Issue

  • Go to the Issues tab and check if the task/feature/bug you want to work on already exists.
  • If not, click on "New Issue" and clearly describe your suggestion or bug.
  • Wait for a maintainer to assign you the issue before starting work. This helps avoid duplicate work and ensures coordination.

📌 Steps to Contribute

  1. Fork the repository.

  2. Clone your fork:

    git clone https://github.com/your-username/Creators-Space.git
    cd Creators-Space

    Replace your-username with your GitHub username.

  3. Create a New Branch Always create a new branch before making changes:

    git checkout -b your-feature-branch

    Use a descriptive name like feature/toggle animation or fix/header-alignment.

  4. Make Your Changes

    Work on the feature or bug assigned to you.

    Make sure your code is clean, well-commented, and follows the project’s coding standards.

    If necessary, update documentation or add helpful comments.

  5. Stage and Commit Changes

    git add .
    git commit -m "Your meaningful commit message"
  6. Push the branch to your GitHub fork

    git push origin feature/your-branch-name
  7. Create a Pull Request(PR)

    Open your forked repository on GitHub.

    Click the "Compare & pull request" button.

    Write a clear and concise title and description for your PR.

    Submit the PR.


⏳ 8. Wait for Review

A project maintainer will review your pull request.

You may be asked to make changes — don’t worry, that’s part of the collaborative process.

Once approved, your code will be merged into the main branch.

To run locally

Clone the repository:

git clone https://github.com/your-username/Creators-Space.git
cd Creators-Space

# Open in browser
Open index.html in your preferred web browser