All Contributors

All Contributors

  • 문서
  • GitHub
  • Languages icon한국어
    • English
    • 日本語
    • Deutsch
    • Español
    • Français
    • Bahasa Indonesia
    • Polski
    • Português (Brasil)
    • Русский
    • 中文

›@all Contributors 봇 🤖

사양

  • 개요
  • 사양
  • Emoji Key ✨
  • 리포지토리 관리자
  • 툴링

@all Contributors 봇 🤖

  • 개요
  • 설치
  • 설명서
  • 설정
  • 자주 묻는 질문

CLI

  • 개요
  • 설치
  • 설명서
  • 설정

프로젝트

  • 개선 할 수 있도록 도와주세요
  • 운영 규정
  • 활용한 프로젝트 목록
Edit

봇 설치

1. AllContributors GitHub 응용 프로그램 설치

GitHub App 설치

App 설치 화면

2. 레포지토리 구성

레포지토리 스크린샷

3. README.md 생성

Ensure you have a README.md file at the root of the project (it can be empty).

기여자 테이블을 README.md 이외의 장소에 배치하고 싶은 경우, 첫 번째 봇 PR을 병합 한 후, 기여자 테이블을 이동할 수 있습니다. bot configuration 의 파일을 참조하세요.

Make sure to add this in the markdown:

For the list:

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

Note: Extra line is very important in order to make it work properly.

For the badge use the following, replacing projectOwner with the relevant GitHub username or organization name, and projectName with the relevant the GitHub repo name. Style, color, and other parameters can be customized to your liking — see https://shields.io/.

[![All Contributors](https://img.shields.io/github/all-contributors/projectOwner/projectName?color=ee8449&style=flat-square)](#contributors)

Please create the .all-contributorsrc file for the first configuration. It can only have the mandatory information in it to begin. The bot will update it automatically with default config in the first PR. Here is the minimal .all-contributorsrc file to add in your repo :

{
  "projectName": "<insert the repo's name>",
  "projectOwner": "<insert the repo's owner/orgs>"
}

4. 기여 문서 업데이트

당신의 CONTRIBUTING.md를 업데이트하거나 기여자가 자기 자신을 추가하는 방법을 고려해 봅니다. 당신은 bot usage documentation을 링크할 수도 있습니다.

다음으로 읽을거리

  • 봇 사용
  • 봇 구성
← 개요설명서 →
  • 1. AllContributors GitHub 응용 프로그램 설치
  • 2. 레포지토리 구성
  • 3. README.md 생성
  • 4. 기여 문서 업데이트
  • 다음으로 읽을거리
All Contributors