Thank you for showing interest in contributing to Creators-Space!
We welcome all kinds of contributions — whether it’s code, design, documentation, or ideas 💡
- 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.
- 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.
-
Fork the repository.
-
Clone your fork:
git clone https://github.com/your-username/Creators-Space.git cd Creators-SpaceReplace your-username with your GitHub username.
-
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.
-
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.
-
Stage and Commit Changes
git add . git commit -m "Your meaningful commit message"
-
Push the branch to your GitHub fork
git push origin feature/your-branch-name
-
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.
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.
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