Merge pull request #2 from muhammadalmaskhan/muhammadalmaskhan-patch-2: Fix PyMC entry format and adhere to contribution guidelines

Update data.json: Fixed PyMC entry format in data.json as per guidelines,
- Removed extra blank lines in data.json.
- Updated PyMC entry to follow the required JSON structure.
- Replaced incorrect field names:
  - "desc" → "description"
  - "url" → "link"
  - "tags" → "technologies"
  - "beginner-friendly-label" → "label"
- Ensured formatting consistency for proper parsing.

This fixes the requested changes and ensures PyMC is correctly listed as a beginner-friendly repository.
This commit is contained in:
Almas
2025-01-29 08:53:54 +05:00
committed by GitHub

View File

@@ -1292,14 +1292,17 @@
],
"description": "The free and open-source wiki software package that powers Wikipedia."
},
{
"name": "PyMC",
"desc": "A Python library for Bayesian statistical modeling and probabilistic machine learning. Beginner-friendly with 'good first issue' labels.",
"url": "https://github.com/pymc-devs/pymc",
"tags": ["python", "bayesian", "statistics", "machine-learning"],
"beginner-friendly-label": "good first issue"
}
{
"name": "PyMC",
"link": "https://github.com/pymc-devs/pymc",
"label": "beginner friendly",
"technologies": [
"Python"
],
"description": "A Python library for Bayesian statistical modeling and probabilistic machine learning. Beginner-friendly with 'good first issue' labels."
},
{
"name": "CiviWiki",
"link": "https://github.com/CiviWiki/OpenCiviWiki",