Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderedToLa committed Feb 15, 2024
1 parent 8d48169 commit ad5e111
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/Tips/advanced-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ sidebar_position: 2
오픈소스 컨트리뷰트를 목적으로 `good first issue` 를 찾아 다닐때
복붙용 조건 설정 옵션이 많긴한데 일단 이정도면 충분

```markdown
label:"good first issue" language:TypeScript language:TypeScript stars:<500
```js
/*
* stars 범위 설정
* 100..500 // 100 부터 500 사이
* 100 // 100개만 search
* <500 // 500개 미만 전부 search
*/

label:"good first issue" language:TypeScript language:TypeScript stars:100..500
```

0 comments on commit ad5e111

Please sign in to comment.