From cd313b7bd9e5e7e566129db708fd21d842594f06 Mon Sep 17 00:00:00 2001 From: bensynapse <118375461+bensynapse@users.noreply.github.com> Date: Sun, 16 Aug 2026 15:49:44 +0300 Subject: [PATCH] Curate the tennis topic Add topics/tennis/index.md so the widely used tennis topic (https://github.com/topics/tennis) has curated front matter and a short neutral description instead of an empty page. Co-Authored-By: Claude Fable 5 --- topics/tennis/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 topics/tennis/index.md diff --git a/topics/tennis/index.md b/topics/tennis/index.md new file mode 100644 index 00000000000..68c472ae3f7 --- /dev/null +++ b/topics/tennis/index.md @@ -0,0 +1,8 @@ +--- +display_name: Tennis +short_description: Tennis is a racket sport played by two or four players on a rectangular court divided by a net. +topic: tennis +wikipedia_url: https://en.wikipedia.org/wiki/Tennis +related: sports, atp, wta +--- +Tennis is a racket sport in which players hit a ball over a net into the opponent's court, with matches scored in points, games, and sets. On GitHub, this topic covers software connected with the sport, such as implementations of its scoring system, tools for analyzing match and player statistics, tournament draw and club management applications, and match simulations.