---
title: "Introducing Pull Requests and Discussions 🥳"
description: "Hugging Face Hub released pull requests and discussions under a new community tab for all repository types, including models, datasets, and Spaces. This feature enables community members and repository owners to interact directly, propose model card updates, report biased generations, and contribute files. The pull request implementation departs from traditional Git hosting platforms by avoiding forks and standard branches. Instead, contributors push to custom ref branches stored directly on the source repository to bypass creating heavy forks for large machine learning artifacts. Furthermore, the Hub treats discussions and pull requests without hard distinctions, listing them together to streamline collaboration across machine learning assets."
---

# Introducing Pull Requests and Discussions 🥳

huggingface.co · Victor Mustar · May 25, 2022

**Type:** Announcement

## Summary

Hugging Face Hub released pull requests and discussions under a new community tab for all repository types, including models, datasets, and Spaces. This feature enables community members and repository owners to interact directly, propose model card updates, report biased generations, and contribute files. The pull request implementation departs from traditional Git hosting platforms by avoiding forks and standard branches. Instead, contributors push to custom ref branches stored directly on the source repository to bypass creating heavy forks for large machine learning artifacts. Furthermore, the Hub treats discussions and pull requests without hard distinctions, listing them together to streamline collaboration across machine learning assets.

## Context

Hugging Face Hub repositories for models, datasets, and Spaces needed direct collaboration mechanisms for feedback, iterations, and community contributions to advance ethical machine learning development.

## Approach / What changed

Hugging Face added pull requests and discussions under a unified Community tab, using custom refs directly on the source repository instead of traditional forks to manage contributions across models, datasets, and Spaces.

## Takeaways

- Hugging Face Hub pull requests do not rely on forks, storing custom ref branches directly on the source repository to avoid duplicating entire models or datasets.
- Discussions and pull requests are available across all Hub repository types, including models, datasets, and Spaces demos.
- The platform eliminates hard distinctions between issues and pull requests, presenting both in unified lists tailored specifically for machine learning repositories.

**Tags:** [Code Review](https://yomu.fyi/topic/code-review), [Developer Experience](https://yomu.fyi/topic/developer-experience), [Machine Learning](https://yomu.fyi/topic/machine-learning)

- Source: [huggingface.co](https://huggingface.co/blog/community-update)
- Source URL: https://huggingface.co/blog/community-update
- Ingested by Yomu: 2026-08-27T15:10:15.304Z

[Read original post](https://huggingface.co/blog/community-update)
