/ 프로젝트 등록

Jev로 무언가 만드셨습니까? 추가해 주십시오.

방법은 하나, readme.md에 한 줄을 추가하는 pull request입니다. 5분이 걸리지 않고 설치할 것도 없습니다.

readme.md

pull request로 한 줄 추가하기

- [name](https://github.com/owner/name) - One sentence, uppercase start, period end.edit/main/readme.md
  1. GitHub 편집기에서 readme.md를 엽니다. 포크는 GitHub가 대신 만듭니다.
  2. 가장 구체적인 섹션을 찾아 위 형식으로 그 끝에 한 줄을 추가합니다.
  3. pull request를 엽니다. 템플릿이 섹션, 프로젝트와의 관계, 세 가지 확인을 묻습니다. 형식은 CI가 확인하고 나머지는 사람이 읽습니다.

issue가 아니라 pull request인 이유

pull request는 그 한 줄 자체입니다. 이력에 이름이 남고, 검사가 그 위에서 돌며, 리뷰는 diff입니다. issue는 관리자에게 대신 써 달라는 요청이고, 그 대기열이 바로 목록이 낡아 가는 곳입니다.

수록 기준

The bar is low on purpose. An entry must:

  • Call the Jev API, or be a documented replica of the System One interface on open models.
  • Be a public repo or page with a readme that says what it does.
  • Actually run. A stubbed API call, a hard-coded demo, or a readme with no code does not count.
  • Do nothing shady: no credential harvesting, no obfuscated payloads, no miners, nothing that phones home beyond the APIs it documents.
  • Not be archived, and not already be listed.

등록되셨습니까? readme에 배지를 달아 주십시오

Listed in Awesome Jev
[![Listed in Awesome Jev](https://awesomejev.vercel.app/badge.svg)](https://awesomejev.vercel.app)

Thanks for keeping the list worth reading. Everything else lives in contributing.md.