From bcbf08ec74ad4d2b65190d938323e9ccfc8217e7 Mon Sep 17 00:00:00 2001 From: Nick Visutsithiwong <2823112+nickvisut@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:37:45 -0700 Subject: [PATCH] add note to README about assigning labels for new issues --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 31d92fd3..4bae3d46 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ Useful resources: - [Notion wiki](https://www.notion.so/sfbrigade/Compass-source-of-truth-db118a6d51344dccadc49d1988662d66) - [Slack channel](https://sfbrigade.slack.com/archives/C01R8E75N1K) +## Filing a new issue + +If you run into an issue or would like to request a feature, please file an issue. + +When creating an issue, please assign the following issue labels where appropriate: + +- "design" label for a design or UX issue +- "engineering" label for an engineering issue + ## Contributing to our code base ### One time setup