Thank you for your interest in contributing to SkillNet! SkillNet is an innovative, blockchain-powered platform that connects job seekers, employers, and educators in a secure, transparent, and decentralized ecosystem. The smart contract is built with Cairo and integrates with StarkNet blockchain for decentralization and security. Here's how you can contribute effectively.
SkillNet combines:
- Job Marketplace: Connecting job seekers with employers.
- Learning Hub: Allowing tutors and institutions to create, sell, and deliver high-quality courses and exams.
- Blockchain Technology: Ensuring transparency, security, and decentralization through StarkNet.
- Verified courses and exams for job seekers.
- A talent pool for employers.
- Monetization opportunities for tutors and institutions.
We welcome contributions in various forms, including bug fixes, feature implementations, and documentation improvements.
- Navigate to the (https://github.com/skill-mind/SkillNet-smart_contract.git).
- Click the Fork button to create your copy of the repository.
- Clone your forked repository to your local machine:
git clone https://github.com/<your-username>/SkillNet-smart_contract.git
cd SkillNet-smart_contract
Create a branch for your feature or bug fix:
git checkout -b feature/<Issue title>
- Implement your changes.
- Test your changes thoroughly.
- Commit your work with a descriptive message:
git add .
git commit -m "Issue Title"
- Push your branch to your forked repository:
git push origin <Issue Title>
- Click on Pull Requests and select New Pull Request.
- Provide a clear and concise title and description for your PR.
- Link any relevant issues.
Code of Conduct
- Please adhere to our Code of Conduct to maintain a respectful and inclusive community.
- Write clean and modular code following the repository's coding standards.
- Ensure all changes are tested before submission.
- Document new features and updates thoroughly.