Skip to content

Commit 15afa79

Browse files
docs: add a couple of starting issue queries (typescript-eslint#9259)
1 parent dfae228 commit 15afa79

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/Contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ If you're new to open source, you may also find the [How to Contribute to Open S
1616

1717
## Next Steps
1818

19-
1. [Finding or opening an issue](./contributing/Issues.mdx): In the issue tab, find the pr currently tagged with `accepting prs` or create a new issue.
20-
2. [Setting up a local environment](./contributing/Local_Development.mdx): Let's learn how to set up the local environment to start development.
21-
3. [Making a PR](./contributing/Pull_Requests.mdx): you've got changes locally that address an issue, take a look at that topic.
19+
1. [Finding or opening an issue](./contributing/Issues.mdx): In the issue tab, finding or creating an issue to work on.
20+
2. [Setting up a local environment](./contributing/Local_Development.mdx): Learning how to set up the local environment to start development.
21+
3. [Making a PR](./contributing/Pull_Requests.mdx): Sending in your changes to resolve an accepted issue.

docs/contributing/Issues.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ We've found in the past that they result in accidental ["licked cookie"](https:/
3434
If an issue has been marked as `accepting prs` and an open PR does not exist, feel free to send a PR.
3535
You don't need to ask for permission.
3636

37+
## Finding Issues
38+
39+
Consider searching through:
40+
41+
1. [Unassigned user-facing marked as `accepting prs` and `good first issue`](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+label%3A%22accepting+prs%22+-label%3A%22repo+maintenance%22+no%3Aassignee): to find issues marked as good for a first-timer
42+
2. [Unassigned user-facing marked as `accepting prs` without `good first issue`](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22+-label%3A%22good+first+issue%22+-label%3A%22repo+maintenance%22+no%3Aassignee): once you've finished a few issues, to find more intermediate-level issues
43+
3744
## Questions and Support Requests
3845

3946
The issue tracker is not an appropriate place for questions or support requests.

0 commit comments

Comments
 (0)