Welcome to the contribution guide for Web3-with-The-Graph-India! We're excited that you're interested in contributing to our project. This guide will help you understand how you can contribute effectively. Please take a moment to read through this guide before getting started.
- Introduction
- Getting Started
- Contributing
- Code Style
- Documentation
- Review Process
- Community Guidelines
Web3-with-The-Graph-India is an project that aims to [Our Aim Here]. We welcome contributions from the community and value the diversity of ideas and experiences that contributors bring.
To get started with contributing, follow these steps:
- Fork the repository: Click the "Fork" button on the top right corner of this repository's page.
- Clone your fork:
git clone https://github.com/your-username/Web3-with-The-Graph-India.git
- Create a branch:
git checkout -b your-branch-name
- Make changes: Work on your changes and improvements.
- Commit: Commit your changes with a meaningful commit message.
- Push: Push your changes to your forked repository.
- Create a Pull Request: Submit a pull request from your branch to our main repository's
main
branch.
If you find a bug, have a feature request, or want to discuss an improvement, please open an issue on our issue tracker. Provide as much detail as possible to help us understand the problem or suggestion.
We welcome pull requests for bug fixes, improvements, and new features. Here's the process:
- Create a fork and branch as mentioned in the "Getting Started" section.
- Make your changes, following our code style guidelines .
- Submit a pull request with a descriptive title and details about your changes.
- Your pull request will be reviewed, and feedback will be provided.
- Make any necessary changes based on the feedback.
- Once approved, your changes will be merged into the main repository.
Good documentation is essential for a successful project. If you're adding new features or making changes, update the documentation accordingly. If you're unsure where to document your changes, feel free to ask in your pull request.
All pull requests will be reviewed by our maintainers. Be prepared to address feedback and make necessary changes to your pull request. Maintainers will ensure that the code is in line with our project standards.
We expect all contributors to adhere to our code of conduct and contribute in a respectful and inclusive manner. Please read our community guidelines before getting involved.
Thank you for considering contributing to Web3-with-The-Graph-India! Your efforts help make this project great.