Skip to content

Commit e3893ab

Browse files
build: fix createDotGitHubFiles
1 parent e3c6d50 commit e3893ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@ With the exception of very small typos, all changes to this repository generally
167167
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).
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
170+
#### Issue Claiming
171+
172+
We don't use any kind of issue claiming system.
173+
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.
174+
175+
If an issue has been marked as \`accepting prs\` and an open PR does not exist, feel free to send a PR.
176+
You don't need to ask for permission.
177+
170178
### Sending a Pull Request
171179
172180
Once you've identified an open issue accepting PRs that doesn't yet have a PR sent, you're free to send a pull request.

0 commit comments

Comments
 (0)