{"id":39336272,"url":"https://github.com/a2ys/technovit25","last_synced_at":"2026-01-18T02:12:08.112Z","repository":{"id":321344108,"uuid":"1058104803","full_name":"a2ys/technovit25","owner":"a2ys","description":"Code for the technoVIT'25 technical fest website.","archived":false,"fork":false,"pushed_at":"2025-12-10T12:46:30.000Z","size":193946,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-10T19:13:39.159Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://technovit.vit.ac.in","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a2ys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T16:17:48.000Z","updated_at":"2025-12-10T12:49:02.000Z","dependencies_parsed_at":"2025-10-29T06:28:57.422Z","dependency_job_id":"7637ddde-9338-4090-a144-aef908da85f0","html_url":"https://github.com/a2ys/technovit25","commit_stats":null,"previous_names":["a2ys/technovit25"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a2ys/technovit25","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Ftechnovit25","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Ftechnovit25/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Ftechnovit25/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Ftechnovit25/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2ys","download_url":"https://codeload.github.com/a2ys/technovit25/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Ftechnovit25/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28526563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-18T02:12:07.602Z","updated_at":"2026-01-18T02:12:08.106Z","avatar_url":"https://github.com/a2ys.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"⚠️ **IMPORTANT: READ THIS**\n\nWe’ll be developing the **Technovit’25 website** collaboratively using **Next.js** with **pnpm** as the package manager. Follow these steps to contribute and ensure smooth, conflict-free development.\n\n## Getting Started\n\n1. **Fork the Repository**\n   Fork the main repository to your own GitHub account:\n   [https://github.com/a2ys/technovit25](https://github.com/a2ys/technovit25)\n\n2. **Clone Your Fork**\n\n   ```bash\n   git clone https://github.com/\u003cyour-username\u003e/technovit25.git\n   cd technovit25\n   ```\n\n3. **Set Upstream Remote**\n\n   ```bash\n   git remote add upstream https://github.com/a2ys/technovit25.git\n   ```\n\n4. **Install Dependencies**\n\n   ```bash\n   pnpm install\n   ```\n\n## Working on Issues\n\n- All tasks will be listed as **GitHub Issues** under the main repository.\n- Pick an issue assigned to you (or comment to get assigned).\n- **Do not** work on unassigned issues to avoid duplication.\n- Limit each pull request to changes in **no more than 2–3 files** to keep reviews quick and clean.\n\n## Workflow\n\n1. **Create a New Branch**\n\n   ```bash\n   git checkout -b \u003cissue-number\u003e-\u003cshort-description\u003e\n   ```\n\n   Example:\n\n   ```bash\n   git checkout -b 12-fix-navbar\n   ```\n\n2. **Make Changes**\n\n   - Work only on files relevant to your issue.\n   - Ensure code is formatted and functional locally before committing.\n\n3. **Commit Changes**\n\n   ```bash\n   git add .\n   git commit -m \"Fix: \u003cshort description of change\u003e (#issue-number)\"\n   ```\n\n4. **Sync with Upstream (Before Pushing)**\n\n   ```bash\n   git fetch upstream\n   git merge upstream/development\n   ```\n\n5. **Push to Your Fork**\n\n   ```bash\n   git push origin \u003cbranch-name\u003e\n   ```\n\n6. **Open a Pull Request**\n\n   - Base branch: `development`\n   - Compare: your feature branch\n   - Link your PR to the corresponding **Issue Number**\n\n## Good Practices\n\n- Always **pull from upstream/development** before starting new work.\n- Keep your PRs **small and focused**.\n- Write **clear commit messages**.\n- If you face merge conflicts, **resolve them locally** before pushing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2ys%2Ftechnovit25","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2ys%2Ftechnovit25","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2ys%2Ftechnovit25/lists"}