Skip to content

Latest commit

ย 

History

History
210 lines (140 loc) ยท 6.45 KB

HOW-TO-CONTRIBUTE.md

File metadata and controls

210 lines (140 loc) ยท 6.45 KB

How to contribute

์•„๋ž˜์˜ ๋ฐฉ๋ฒ•์œผ๋กœ Pull Request ๋ฅผ ์˜ฌ๋ ค์ฃผ์‹œ๋ฉด ๋ฉ๋‹ˆ๋‹ค.
Site For Developers๋Š” GitHub README.md, ์›น์‚ฌ์ดํŠธ, ์•ˆ๋“œ๋กœ์ด๋“œ ์•ฑ์ด ์žˆ์Šต๋‹ˆ๋‹ค.
์ง€๊ธˆ ๊ธฐ์—ฌํ•˜์…”์„œ Site For Developers๋ฅผ ๋” ์œ ์ตํ•˜๊ณ  ํŽธ๋ฆฌํ•œ ๋ ˆํฌ์ง€ํ† ๋ฆฌ๋กœ ๋งŒ๋“ค์–ด ์ฃผ์„ธ์š”!

์‹œ์ž‘ํ•˜๊ธฐ์— ์•ž์„œ

  • ์ด Repository์˜ ์ •์‹ ๋ช…์นญ์€ Site For Developers ์ž…๋‹ˆ๋‹ค.

1. ๋ฐ์ดํ„ฐ ์ž‘์„ฑ ๊ทœ์น™

  • ์‹ ๊ทœ ๋ฐ์ดํ„ฐ ์ƒ์„ฑ์€ ์•„๋ž˜์˜ ์ž‘์„ฑ ํ˜•์‹์„ ๋”ฐ๋ผ์•ผ ํ•ฉ๋‹ˆ๋‹ค.
    • title ํƒœ๊ทธ๋Š” ์›น์‚ฌ์ดํŠธ head์— ๋ช…์‹œ๋˜์–ด ์žˆ๋Š” title์„ ๋”ฐ๋ผ์•ผ ํ•ฉ๋‹ˆ๋‹ค.
    • content ํƒœ๊ทธ๋Š” ์›น์‚ฌ์ดํŠธ head์— ๋ช…์‹œ๋˜์–ด ์žˆ๋Š” description์„ ๋”ฐ๋ผ์•ผ ํ•ฉ๋‹ˆ๋‹ค. (description์ด ์กด์žฌํ•˜์ง€ ์•Š๋Š”๋‹ค๋ฉด title๋กœ ๋Œ€์ฒดํ•ด์ฃผ์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค.)
    • feature ํƒœ๊ทธ๋Š” ์›น์‚ฌ์ดํŠธ์— ํŠน์„ฑ์— ๋งž๊ฒŒ ์•„๋ž˜ ๋ชฉ๋ก์—์„œ ์„ ํƒํ•˜์—ฌ ์ž‘์„ฑํ•˜์…”์•ผ ํ•ฉ๋‹ˆ๋‹ค.
      (opensource: ์˜คํ”ˆ์†Œ์Šค / korean: ํ•œ๊ตญ์–ด / english: ์˜์–ด /)
{
"title": "",
"content": "",
"feature": [""],
"category": "",
"img_url": "",
"link": ""
}

2. ๋ธŒ๋žœ๋”ฉ ๊ทœ์น™

๋ชฉ์ฐจ

README.md

1. Fork this repository

์ด Repository๋ฅผ Forkํ•ด ์ฃผ์„ธ์š”. Fork ํ•˜๋Š”๋ฒ•

2. Clone forked repository

Fork๋œ Repository ๋ฅผ Cloneํ•ด ์ฃผ์„ธ์š”.

$ git clone -b main https://github.com/[your name]/site-for-developers
$ cd site-for-developers

3. Commit your changes

๋ณ€๊ฒฝ์‚ฌํ•ญ์„ ๋งŒ๋“ค๊ณ  ์ปค๋ฐ‹ํ•ด์ฃผ์„ธ์š”.

โš  ๋ชฉ๋ก์„ ์ถ”๊ฐ€, ๋ณ€๊ฒฝํ• ๋•Œ๋Š” ์„ค๋ช…๊ณผ ์ด๋ฏธ์ง€๋ฅผ ์ž‘์„ฑํ•˜์ง€ ์•Š์œผ์…”๋„ ๋ฉ๋‹ˆ๋‹ค.

$ git add .
$ git commit -m "[your description]"

4. Push your commit

์ปค๋ฐ‹์„ Fork๋œ Repository๋กœ Pushํ•ด ์ฃผ์„ธ์š”.

โš  ์ด ๋ช…๋ น์–ด์—์„œ 'origin'์€ ๋‹น์‹ ์ด ํฌํฌํ•œ ๋ ˆํฌ์ง€ํ† ๋ฆฌ์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค.

$ git push origin main

5. Register pull request for your commit

Pull Request๋ฅผ ๋“ฑ๋กํ•ด ์ฃผ์„ธ์š”. Pull Request ๋“ฑ๋กํ•˜๋Š”๋ฒ•

6. Pull request has been approved

๐ŸŽ‰ ๊ด€๋ฆฌ์ž์— ์˜ํ•˜์—ฌ ๋‹น์‹ ์˜ Pull Request๊ฐ€ ์Šน์ธ๋˜๋ฉด ๋‹น์‹ ์€ ๊ธฐ์—ฌ์ž ๋ช…๋‹จ์— ์˜ฌ๋ผ๊ฐ€๊ฒŒ ๋ฉ๋‹ˆ๋‹ค ๐ŸŽ‰

Website

1. Fork this repository

์ด Repository๋ฅผ Forkํ•ด ์ฃผ์„ธ์š”. Fork ํ•˜๋Š”๋ฒ•

โš  ์ฃผ์˜: Fork ๊ณผ์ •์—์„œ "Copy the main branch only"์˜ ์ฒดํฌ๋ฐ•์Šค์„ ํ•ด์ œํ•ด์ฃผ์„ธ์š”.

2. Clone forked repository

Fork๋œ Repository๋ฅผ Cloneํ•ด ์ฃผ์„ธ์š”.

$ git clone -b website https://github.com/[your name]/site-for-developers
$ cd site-for-developers

3. Install depencies

ํ•„์š”ํ•œ ์˜์กด์„ฑ๋“ค์„ ์„ค์น˜ํ•ด์ฃผ์„ธ์š”.

$ npm install

4. Start website

ํ•ด๋‹น ์›น์‚ฌ์ดํŠธ๋ฅผ ์‹คํ–‰ํ•ด๋ณด์„ธ์š”.

$ npm start

5. Commit your changes

ํ˜„์žฌ๊นŒ์ง€ ์•„๋ฌด๋Ÿฐ ๋ฌธ์ œ๊ฐ€ ์—†๋‹ค๋ฉด ๋ณ€๊ฒฝ์‚ฌํ•ญ์„ ๋งŒ๋“ค๊ณ  ์ปค๋ฐ‹ํ•ด์ฃผ์„ธ์š”.

$ git add .
$ git commit -m "[your description]"

6. Push your commit

์ปค๋ฐ‹์„ ํฌํฌํ•œ ๋ ˆํฌ์ง€ํ† ๋ฆฌ๋กœ Pushํ•ด ์ฃผ์„ธ์š”.

โš  ์ด ๋ช…๋ น์–ด์—์„œ 'origin'์€ ๋‹น์‹ ์ด ํฌํฌํ•œ ๋ ˆํฌ์ง€ํ† ๋ฆฌ์˜ ๋ฆฌ๋ชจํŠธ์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค.

$ git push origin website

7. Register pull request for your commit

Pull Request๋ฅผ ๋“ฑ๋กํ•ด ์ฃผ์„ธ์š”. Pull Request ๋“ฑ๋กํ•˜๋Š”๋ฒ•

8. Pull request has been approved

๐ŸŽ‰ ๊ด€๋ฆฌ์ž์— ์˜ํ•˜์—ฌ ๋‹น์‹ ์˜ Pull Request๊ฐ€ ์Šน์ธ๋˜๋ฉด ๋‹น์‹ ์€ ๊ธฐ์—ฌ์ž ๋ช…๋‹จ์— ์˜ฌ๋ผ๊ฐ€๊ฒŒ ๋ฉ๋‹ˆ๋‹ค ๐ŸŽ‰

Android

1. Fork this repository

์ด Repository๋ฅผ Forkํ•ด ์ฃผ์„ธ์š”. Fork ํ•˜๋Š”๋ฒ•

โš  ์ฃผ์˜: Fork ๊ณผ์ •์—์„œ "Copy the main branch only"์˜ ์ฒดํฌ๋ฐ•์Šค์„ ํ•ด์ œํ•ด์ฃผ์„ธ์š”.

2. Open Android Studio

Android Studio๋ฅผ ์‹คํ–‰ํ•ด ์ฃผ์„ธ์š”. Android Studio ์„ค์น˜ํ•˜๋Š”๋ฒ•, Android Studio ์‹คํ–‰ํ•˜๋Š”๋ฒ•

3. Start android

ํ•ด๋‹น Android app์„ ์‹คํ–‰ํ•ด๋ณด์„ธ์š”. Android app ์‹คํ–‰ํ•˜๋Š”๋ฒ•

4. Commit your changes

ํ˜„์žฌ๊นŒ์ง€ ์•„๋ฌด๋Ÿฐ ๋ฌธ์ œ๊ฐ€ ์—†๋‹ค๋ฉด ๋ณ€๊ฒฝ์‚ฌํ•ญ์„ ๋งŒ๋“ค๊ณ  ์ปค๋ฐ‹ํ•ด์ฃผ์„ธ์š”.

$ git add .
$ git commit -m "[your description]"

5. Push yout commit

์ปค๋ฐ‹์„ ํฌํฌํ•œ ๋ ˆํฌ์ง€ํ† ๋ฆฌ๋กœ Pushํ•ด ์ฃผ์„ธ์š”.

โš  ์ด ๋ช…๋ น์–ด์—์„œ 'origin'์€ ๋‹น์‹ ์ด ํฌํฌํ•œ ๋ ˆํฌ์ง€ํ† ๋ฆฌ์˜ ๋ฆฌ๋ชจํŠธ์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค.

$ git push origin android

6. Register pull requerst for your commit

Pull Request๋ฅผ ๋“ฑ๋กํ•ด ์ฃผ์„ธ์š”. Pull Request ๋“ฑ๋กํ•˜๋Š”๋ฒ•

7. Pull request has been approved

๐ŸŽ‰ ๊ด€๋ฆฌ์ž์— ์˜ํ•˜์—ฌ ๋‹น์‹ ์˜ Pull Request๊ฐ€ ์Šน์ธ๋˜๋ฉด ๋‹น์‹ ์€ ๊ธฐ์—ฌ์ž ๋ช…๋‹จ์— ์˜ฌ๋ผ๊ฐ€๊ฒŒ ๋ฉ๋‹ˆ๋‹ค ๐ŸŽ‰