From 9bcdb611f6c90e7d989ef16ceb4eeeb4374bcc3b Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 27 Dec 2023 00:10:37 -0500 Subject: [PATCH 1/2] docs: touchups to labels and a template title post-revamp --- .github/CONTRIBUTING.md | 4 ++-- .github/ISSUE_TEMPLATE/04-repository-tooling.yml | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 01a3e10139..68376247e1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -59,10 +59,10 @@ We ask you please keep these goals in mind when making or proposing changes. _Excellent._ Here's how: -- **Handy with JavaScript?** Please check out the issues labeled [`help wanted`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) or [`good-first-issue`](https://github.com/mochajs/mocha/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Agood-first-issue). +- **Handy with JavaScript?** Please check out the issues labeled [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) or [`good first issue`](https://github.com/mochajs/mocha/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+). Try `npx good-first-issue mocha`! - **Can you write ~~good~~ well?** The [documentation](https://mochajs.org) almost always needs some love. - See the [doc-related issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation). + See the [doc-related issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22area%3A+documentation%22). - **Design your thing?** [Our site](https://mochajs.org) needs your magic touch. - **Familiar with Mocha's codebase?** We could use your help triaging issues and/or reviewing pull requests. Please contact an [org member](https://github.com/orgs/mochajs/people), and we'll chat. diff --git a/.github/ISSUE_TEMPLATE/04-repository-tooling.yml b/.github/ISSUE_TEMPLATE/04-repository-tooling.yml index 6b37f93225..da4360a2ef 100644 --- a/.github/ISSUE_TEMPLATE/04-repository-tooling.yml +++ b/.github/ISSUE_TEMPLATE/04-repository-tooling.yml @@ -27,4 +27,4 @@ description: Report a bug or request an enhancement in the Mocha repository's in labels: - "area: repository-tooling" name: 🛠 Repository Tooling -title: "🛠 Repository Tooling: " +title: "🛠 Repo: " diff --git a/README.md b/README.md index 657df54ddc..3545f7a721 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ You might want to know that: You might want to help: -- New to contributing to Mocha? Check out this list of [good first issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue) -- Mocha could use a hand with [these issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) +- New to contributing to Mocha? Check out this list of [good first issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) +- Mocha could use a hand with [these issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - The [maintainer's handbook](https://github.com/mochajs/mocha/blob/master/MAINTAINERS.md) explains how things get done Finally, come [chat with the maintainers on Discord](https://discord.gg/KeDn2uXhER) if you want to help with: From e128338ecf0e914ec05c3fa3f4c4a5c015e2afca Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 27 Dec 2023 00:13:56 -0500 Subject: [PATCH 2/2] nit: no space in repository tooling --- .github/ISSUE_TEMPLATE/04-repository-tooling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/04-repository-tooling.yml b/.github/ISSUE_TEMPLATE/04-repository-tooling.yml index da4360a2ef..03e9af72fb 100644 --- a/.github/ISSUE_TEMPLATE/04-repository-tooling.yml +++ b/.github/ISSUE_TEMPLATE/04-repository-tooling.yml @@ -25,6 +25,6 @@ body: type: textarea description: Report a bug or request an enhancement in the Mocha repository's internal tooling labels: - - "area: repository-tooling" + - "area: repository tooling" name: 🛠 Repository Tooling title: "🛠 Repo: "