Skip to content

tjdakf/github-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-practice

해당 프로젝트는 Github를 개발자스럽게 사용하기 위한 실습을 포함하고 있습니다.

Prerequisites

  • Python 3.11 (x86)
  • pip

Installation

& pip install -r requirments.txt

How to use

from main import add

a = 10
b = 5

answer = add(10, 5)

print(f"Answer is {answer}")

How to test

$ python tests

How to contribute

  1. 이 저장소를 포크합니다.
  2. 새로운 기능이나 버그 수정과 관련된 브랜치를 만듭니다: git checkout -b feat-{ISSUE TAG}/{BRANCH NAME}
  3. 변경 사항을 커밋하고 푸시합니다.
  4. Pull Request를 작성하고 메인테이너에게 리뷰를 요청합니다.

Licence

이 프로젝트는 MIT 라이선스를 따릅니다. 자세한 내용은 LICENSE 항목을 참조하세요.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages