VizChitra is an Indian data visualization community. Our mission is to foster a vibrant community of data storytellers in India.
We welcome contributions to VizChitra! To ensure a smooth and collaborative process, please adhere to the following guidelines:
- Issue Tracking: Check the existing issues or create a new one to discuss your proposed changes.
- Branching: Create a new branch for your feature or bug fix (e.g.,
feature/your-feature-name
orfix/issue-number
). - Pull Request (PR):
- Submit a PR to the
main
ordev
branch. - Provide a clear description of the changes in your PR.
- Ensure your PR addresses the relevant issue.
- Once accepted, changes will be merged to the main site.
- Submit a PR to the
- Fork the repository.
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/vizchitra.github.io.git
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev