- Our website figma design - Figma File
ℹ️ Note: DevSociety is a student run community. For any queries you can join our discord
Welcome to DevSociety! We're excited that you're interested in contributing to our project. Before you start, please take a moment to read through this document to understand how you can contribute effectively.
Please review our Code of Conduct before contributing to our project. We want to maintain a welcoming and inclusive community.
- Download node js and npm in your system
- Check for the current issues and assign yourself an issue
git clone <repo url>
- Move to the copied repo
npm i
npm run dev
More information on Contributing Guidelines
We welcome contributions from the community! If you'd like to work on an existing issue, please make sure to follow these steps:
- Assign yourself to the issue if it's not already assigned.
- Fork the repository to your GitHub account.
- Create a branch with a descriptive name related to the issue (e.g.,
fix-bug-123
orfeature-xyz
). - Work on the issue, making sure to follow our contributing guidelines.
- Create a Pull Request (PR) when you're ready. Reference the issue number in the PR description.
- Our team will review your PR and provide feedback. Be prepared to make changes if necessary.
Before submitting a Pull Request, please ensure that you have:
- Included a clear and concise description of your changes.
- Passed all tests and linting checks.
- Made sure your code follows our contributing guidelines.
- Tested your changes thoroughly.
Once your PR is approved and merged, your contributions will be part of our project.
By contributing to DevSociety Portal, you agree that your contributions will be licensed under the project's LICENSE.
Thank you for your interest in contributing to our project. Your contributions help make this project better for everyone! Happy Hacking! 🚀