From cffaf2ba0c0bb9a4632b7fe354dfb255bf32a34f Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 21 Nov 2022 18:32:25 -0800 Subject: [PATCH] [ci-base] tiny contributing.md change --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index b2d42f4e3..cec9a0dff 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -30,7 +30,7 @@ The simplified D2 flow at a package level looks like: ## Logistics -- D2 uses Issues as TODOs and discussions. No auto-closing on staleness. +- D2 uses Issues as TODOs. No auto-closing on staleness. - Branch off `master`. - Prefix pull request titles with a short descriptor of the domain, e.g. `d2renderer: Add x`.