Skip to content

Repository files navigation

🛠️ GitGoneWild-DJS / .github

Status Type Last Commit

The central configuration hub for the GitGoneWild-DJS organization

View Organization ProfileAll RepositoriesDiscussions


📋 What is This Repository?

This special .github repository serves as the source of truth for our organization's identity, standards, and community health files. It powers two critical functions:

1️⃣ Organization Profile (/profile)

The profile/README.md is what visitors see on our Organization Overview page. It showcases:

  • 👥 Our core team & associate contributors
  • 🚀 All 9 active projects with tech stacks & highlights
  • 🛠️ Our technology arsenal
  • 📊 Organization statistics & activity

2️⃣ Global Community Health Files

Files in this repository apply to every repository in the GitGoneWild-DJS organization (unless overridden locally):

File Purpose
CODE_OF_CONDUCT.md Community standards and behavior guidelines
CONTRIBUTING.md How to contribute to our projects
SECURITY.md Security vulnerability reporting process
ISSUE_TEMPLATE/ Standardized issue templates
PULL_REQUEST_TEMPLATE.md PR checklist and guidelines

👥 The Core Team

Member Role GitHub
Nikhil Pise AI-ML Developer @N1KH1LT0X1N
Darshan Ved Full Stack Developer @darved2305
Vraj Ved Full Stack Developer @VrajVed
Hetansh Waghela ML & Backend Developer @HetanshWaghela

🚀 Our Repositories

# Project Description Status
1 Pramana.AI AI-powered biomedical research platform ✅ Active
2 MediGuard Intelligent medical triage (99.12% accuracy) ✅ Active
3 Saral.AI Research paper → Video/Podcast/Mindmap ✅ Active
4 VidyaSetu Student portfolio & academic management ✅ Active
5 VeriTextAI Plagiarism & AI content detection ✅ Active
6 SahiPay Voice-first banking for Bharat ✅ Active
7 GGW-OdooXAmalthea Project management with Kanban ✅ Active
8 SmartSearch AI influencer discovery & outreach ✅ Active
9 .github Organization config (this repo) ✅ Active

🔧 How to Manage This Repository

Update the Organization Profile

# Edit the profile README
code profile/README.md
git add . && git commit -m "docs: update organization profile"
git push origin main

Add Global Templates

# Create issue templates
mkdir -p ISSUE_TEMPLATE
# Add bug_report.yml, feature_request.yml, etc.

Update Community Health Files

# Edit contributing guidelines
code CONTRIBUTING.md
git add . && git commit -m "docs: update contributing guidelines"
git push origin main

📁 Repository Structure

.github/
├── profile/
│   └── README.md              # 👈 Organization profile (shows on org page)
├── ISSUE_TEMPLATE/
│   ├── bug_report.yml         # Bug report template
│   ├── feature_request.yml    # Feature request template
│   └── config.yml             # Template configuration
├── CODE_OF_CONDUCT.md         # Community guidelines
├── CONTRIBUTING.md            # Contribution guidelines
├── PULL_REQUEST_TEMPLATE.md   # PR template
├── SECURITY.md                # Security policy
└── README.md                  # 👈 This file (repo documentation)

🤝 Contributing

We welcome contributions to improve our organization's community health files! Please:

  1. Fork this repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a Pull Request

See our Contributing Guidelines for more details.


📄 License

This repository and its contents are part of the GitGoneWild-DJS organization.
Individual projects have their own licenses (MIT, Apache 2.0, etc.).


Made with 💜 by Team GitGoneWild

DJ Sanghvi College of Engineering, Mumbai

About

Org Profile Info

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors