Skip to content

HateSlop/2-prompt-engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

2-prompt-engineering

프롬프트 엔지니어링 연습을 위한 레포지토리입니다.

제출 방법

  1. 자신의 깃허브 아이디로 브랜치 만든 다음에 개인 폴더 만들어주세요.
  2. 작업 하시고 커밋 후 오리진으로 푸시해주시면 됩니다.
  3. main 으로 풀리퀘 날려주시면 됩니다. merge 는 하시면 안돼요! 풀리퀘 제목 : 0기_0주차_[이름]

예시

git clone git@github.com:HateSlop/2-prompt-engineering.git  # 클론
cd 2-prompt-engineering # 프로젝트 루트로 이동
git checkout -b Hyeonseong # 브랜치 생성 (본인의 브랜치, 폴더 등 생성)
mkdir Hyeonseong # 개인 폴더 만들기
cd Hyeonseong # 개인 폴더로 이동
# 작업을 진행해주세요
git add . # 작업 후 add
git commit -m "[feat] ~~" # 커밋
git push origin Hyeonseong # 오리진에 푸시

폴더구조

.
├── .gitignore                # 가상환경 등 불필요한 파일 무시 설정
├── README.md                 # 프로젝트 설명 리드미 파일
├── 실습_코드.ipynb          # 프롬프트 엔지니어링 실습용 주피터 노트북
└── bmk/                  # 개인 작업 폴더
    └── test.ipynb  # 개인 Python 코드 파일

커밋 컨벤션

feat: 새로운 기능 추가
fix: 버그 수정
docs: 문서 수정
style: 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
refactor: 코드 리팩토링
test: 테스트 코드, 리팩토링 테스트 코드 추가
chore: 빌드 업무 수정, 패키지 매니저 수정, production code와 무관한 부분들 (.gitignore, build.gradle 같은)
comment: 주석 추가 및 변경
remove: 파일, 폴더 삭제
rename: 파일, 폴더명 수정

About

2기 2주차 프롬프트 엔지니어링

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors