From 85d4826203d8a656618770e5752e6af2a239ee35 Mon Sep 17 00:00:00 2001 From: Mai Irie Date: Fri, 15 Sep 2023 11:50:20 -0400 Subject: [PATCH] Update documentation on labels (#113) Updated for external/internal issues: updated `ready for Dev` --> `external contributors welcome` and `forem team` --> `internal team only` --- docs/contributing-guide/forem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing-guide/forem.md b/docs/contributing-guide/forem.md index cebb6df..770e5d0 100644 --- a/docs/contributing-guide/forem.md +++ b/docs/contributing-guide/forem.md @@ -20,11 +20,11 @@ contact the team with our [abuse report form](https://dev.to/report-abuse). ### Where to contribute All [issues](https://github.com/forem/forem/issues) labeled -[ready for dev](https://github.com/forem/forem/issues?q=is%3Aissue+is%3Aopen+label%3A%22ready+for+dev%22) +[external contributors welcome](https://github.com/forem/forem/labels/external%20contributors%20welcome) and [bug](https://github.com/forem/forem/issues?q=is%3Aissue+is%3Aopen+label%3Abug) are up for grabs. Please note that issues with the -[Forem team](https://github.com/forem/forem/labels/Forem%20team) label are +[internal team only](https://github.com/forem/forem/labels/Internal%20team%20only) label are internal tasks that will be completed by a Forem [core team member](https://github.com/forem/forem/#core-team). @@ -188,4 +188,4 @@ don't force push or worry about squashing your commits. Force pushing (despite being useful) has some drawbacks. GitHub doesn't always keep the review history, which results in lost context for the reviewers. -We squash every PR before merging, so there is no need to force push! \ No newline at end of file +We squash every PR before merging, so there is no need to force push!