From 61af0a65e5d283fc3e031387d3b2de6e68e60c32 Mon Sep 17 00:00:00 2001 From: Kevin Dalton Date: Fri, 14 Aug 2026 19:25:01 -0400 Subject: [PATCH] Add rs-station forum badge and link TorchRef has a category on the rs-station Discourse forum (https://discourse.rs-station.org/c/software/torchref/54) but nothing on the GitHub page points to it. Adds a badge next to the docs badge, and a one-line pointer under Contributing so questions have an obvious home that isn't the issue tracker. Co-Authored-By: Claude Opus 5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 66eafae..3996fef 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ [![PyTorch](https://img.shields.io/badge/PyTorch-2.4+-ee4c2c.svg)](https://pytorch.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Documentation](https://readthedocs.org/projects/torchref/badge/?version=latest)](https://torchref.readthedocs.io/) +[![Forum](https://img.shields.io/badge/Forum-rs--station-0088CC.svg?logo=discourse&logoColor=white)](https://discourse.rs-station.org/c/software/torchref/54) [![CUDA](https://img.shields.io/badge/CUDA-supported-76b900.svg)](https://developer.nvidia.com/cuda-zone) [![Apple Silicon MPS](https://img.shields.io/badge/Apple%20Silicon-MPS-000000.svg?logo=apple)](https://developer.apple.com/metal/pytorch/) @@ -88,6 +89,8 @@ Slow tests need `--run-slow`. Accelerator tests are not opt-in: they run whereve Contributions are welcome. Please use [NumPy docstring style](https://numpydoc.readthedocs.io/en/latest/format.html), add tests for new functionality, and make sure the suite passes before submitting. +Questions, feature ideas and usage discussion are welcome on the [TorchRef category of the rs-station forum](https://discourse.rs-station.org/c/software/torchref/54). + ### License MIT. See [LICENSE](LICENSE).