whatisgithub

What is .github?

tensorflow/.github — explained in plain English

Analysis updated 2026-07-10 · repo last pushed 2022-10-26

3Audience · developerComplexity · 1/5DormantSetup · easy

In one sentence

Default community health files and templates for the TensorFlow GitHub organization, providing issue templates, pull request checklists, and contribution guidelines across all TensorFlow repositories.

Mindmap

mindmap
  root((repo))
    What it does
      Issue templates
      PR checklists
      Code of conduct
      Contributing guide
    Tech stack
      Markdown files
      YAML config
      GitHub org settings
    Use cases
      Guide new contributors
      Structure bug reports
      Standardize PR process
    Audience
      Open source contributors
      TensorFlow maintainers
      First-time committers
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Use the issue templates to file a structured bug report when you find a problem in TensorFlow.

USE CASE 2

Follow the contributing guide to make your first pull request to a TensorFlow project.

USE CASE 3

Reference the pull request checklist before submitting a code change to TensorFlow.

USE CASE 4

Read the code of conduct to understand expected behavior in TensorFlow community spaces.

What is it built with?

MarkdownYAMLGitHub

How does it compare?

tensorflow/.github0marildo/imagoabdurrafey237/rag-chatbot
Stars333
LanguagePythonJupyter Notebook
Last pushed2022-10-26
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

No setup needed, this is a meta-repository of templates and guidelines, not an installable tool.

This is a configuration and documentation repository with no standalone software license mentioned.

So what is it?

This repository contains the default community health files and configuration templates for the TensorFlow organization on GitHub. Think of it as the shared rulebook and welcome packet that applies across all of the TensorFlow project's many code repositories, ensuring consistency and helping contributors know what to expect. Because it lives at a special location in the GitHub hierarchy (the .github folder at the org level), GitHub automatically surfaces these files wherever a contributor interacts with a TensorFlow project. For example, when someone opens a new issue (a bug report or feature request), they might see a pre-filled template asking them to describe the problem and their environment in a structured way. When someone files a pull request (a proposed code change), there's a checklist reminding them to run tests and update documentation. There's also likely a CODE_OF_CONDUCT defining acceptable behavior and CONTRIBUTING.md with step-by-step instructions for first-timers. The people who use this are open-source contributors, ranging from seasoned engineers to students making their first commit, who want to fix bugs or add features to TensorFlow. Maintainers also rely on these templates to reduce noise: instead of reading vague bug reports like "it doesn't work," they get structured submissions that are faster to triage and act on. The README doesn't go into detail, which is typical for this kind of meta-repository. The actual content lives in the individual files themselves rather than a descriptive overview. This project is a behind-the-scenes utility rather than a tool you'd install or run yourself.

Copy-paste prompts

Prompt 1
I want to contribute to TensorFlow for the first time. Based on the contributing guidelines in this repo, what are the key steps I should follow before opening a pull request?
Prompt 2
I found a bug in TensorFlow. Using the issue template structure from this repo, help me write a well-structured bug report that includes my environment details and reproduction steps.
Prompt 3
I am setting up community health files for my own GitHub organization. Show me how to structure issue templates and PR checklists similar to what TensorFlow uses in this repo.
Prompt 4
What information does TensorFlow expect in a pull request, and how can I make sure my contribution gets reviewed faster based on the checklist in this repo?

Frequently asked questions

What is .github?

Default community health files and templates for the TensorFlow GitHub organization, providing issue templates, pull request checklists, and contribution guidelines across all TensorFlow repositories.

Is .github actively maintained?

Dormant — no commits in 2+ years (last push 2022-10-26).

What license does .github use?

This is a configuration and documentation repository with no standalone software license mentioned.

How hard is .github to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is .github for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.