Skip to content

Commit 1a69169

Browse files
authoredOct 1, 2023
docs: explicitly mention issues being unassigned in contributing guidelines (#917)
## PR Checklist - [x] Addresses an existing open issue: fixes #916 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Corrects searches and text for the label having previously switched from `accepting prs` to `status: accepting prs`, and adds `no:assignee` to the search.
1 parent dbf0ef9 commit 1a69169

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ There are two steps involved:
2222

2323
### Finding an Issue
2424

25-
With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as `accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22).
26-
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee).
25+
With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
26+
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
2727
If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!).
2828

2929
#### Issue Claiming
3030

3131
We don't use any kind of issue claiming system.
3232
We've found in the past that they result in accidental ["licked cookie"](https://devblogs.microsoft.com/oldnewthing/20091201-00/?p=15843) situations where contributors claim an issue but run out of time or energy trying before sending a PR.
3333

34-
If an issue has been marked as `accepting prs` and an open PR does not exist, feel free to send a PR.
34+
If an issue has been marked as `status: accepting prs` and an open PR does not exist, feel free to send a PR.
3535
Please don't post comments asking for permission or stating you will work on an issue.
3636

3737
### Sending a Pull Request

‎src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,16 @@ There are two steps involved:
163163
164164
### Finding an Issue
165165
166-
With the exception of very small typos, all changes to this repository generally need to correspond to an [open issue marked as \`accepting prs\` on the issue tracker](https://github.com/${options.owner}/${options.repository}/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22).
167-
If this is your first time contributing, consider searching for [unassigned issues that also have the \`good first issue\` label](https://github.com/${options.owner}/${options.repository}/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+label%3A%22good+first+issue%22+no%3Aassignee).
166+
With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as \`status: accepting prs\` on the issue tracker](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
167+
If this is your first time contributing, consider searching for [unassigned issues that also have the \`good first issue\` label](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
168168
If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!).
169169
170170
#### Issue Claiming
171171
172172
We don't use any kind of issue claiming system.
173173
We've found in the past that they result in accidental ["licked cookie"](https://devblogs.microsoft.com/oldnewthing/20091201-00/?p=15843) situations where contributors claim an issue but run out of time or energy trying before sending a PR.
174174
175-
If an issue has been marked as \`accepting prs\` and an open PR does not exist, feel free to send a PR.
175+
If an issue has been marked as \`status: accepting prs\` and an open PR does not exist, feel free to send a PR.
176176
Please don't post comments asking for permission or stating you will work on an issue.
177177
178178
### Sending a Pull Request

0 commit comments

Comments
 (0)
Please sign in to comment.