Thank you for your interest in contributing to GDSC JU Website!
We welcome all types of contributions, including:
- Bug fixes
- New features
- Documentation improvements
- Testing
If you don't know where to start, there is a special 'Good First Issue' listing. It will give you a list of open issues that are beginner-friendly and help you start contributing to open-source.
All contributions are equally valuable to the community.
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your fork.
- Create a pull request to the main repository.
Before writing any code, we strongly advise you to search through the existing PRs or issues to make sure nobody is already working on the same thing.
Please make sure that your pull request adheres to the following guidelines:
- Include a clear and concise description of your changes.
- Add tests for any new code or changes to existing code.
- Follow the project's code style guide.
When your pull request is ready, we will review it and provide feedback. Once your pull request is approved, it will be merged into the main repository.
If there is a new feature you would like to see in GDSC JU Website, please open an issue and describe:
-
What is the motivation behind this feature? Is it something you worked on and think it could benefit the community?
Whatever it is, we'd love to hear about it!
-
Describe your requested feature in as much detail as possible. The more you can tell us about it, the better we'll be able to help you.
-
Provide a code snippet that demonstrates the features usage.