Skip to content

Latest commit

ย 

History

History
161 lines (118 loc) ยท 5.48 KB

HOW-TO-CONTRIBUTE.md

File metadata and controls

161 lines (118 loc) ยท 5.48 KB

How to contribute

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

๋ชฉ์ฐจ

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๊ฐ€ ์Šน์ธ๋˜๋ฉด ๋‹น์‹ ์€ ๊ธฐ์—ฌ์ž ๋ช…๋‹จ์— ์˜ฌ๋ผ๊ฐ€๊ฒŒ ๋ฉ๋‹ˆ๋‹ค ๐ŸŽ‰