Welcome to CraftFOSSLabs!
We're excited to have you here. Whether you're fixing bugs, suggesting ideas, or improving documentation β your contributions make a difference.
- Fix bugs or issues
- Suggest or build new features
- Improve design or performance
- Enhance documentation
- Help review or test pull requests
- Fork this repository
- Clone it to your local machine:
git clone https://github.com/your-username/your-fork.git
- Navigate into the project folder:
cd your-fork - Install dependencies (if applicable):
npm install
- Start making changes on a new branch:
git checkout -b your-branch-name
Make sure your code works and passes all tests. Then commit:
git commit -m "feat: meaningful description of your change"
git push origin your-branch-nameNow you're ready to open a pull request! π
Need help? Join our Discord Community for support and discussions.