-
-
Notifications
You must be signed in to change notification settings - Fork 195
기여 가이드 문서 추가 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
기여 가이드 문서 추가 #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 변경 사항은 본 PR과 직접적인 상관이 없습니다. 제가 이전 PR(#30)에서 실수로 파일을 잘못된 위치에 두어서 단순히 파일을 옮바른 위치로 이동시키고 있습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵넵 이해했습니다! 오픈 소스 작업 방식에 대해 공부를 좀 더 해야할 것 같습니다.
|
||
Pull Request 설명란에 문제를 해결하면서 어려웠던 부분이나 도움이 필요한 부분에 대해서 남겨주시면 다른 분들이 리뷰할 때 참고할 수 있어서 좋겠죠? | ||
스터디 멤버들은 자신이 해결한 LeetCode 문제에 대한 답안 코드를 제출함으로써 자연스럽게 본 프로젝트에 기여하시게 됩니다. | ||
프로젝트에 기여하는 자세한 방법은 별도의 [가이드 문서](/.CONTRIBUTING.md)를 참고 바랍니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 답안 코드 작성법 | ||
|
||
참조 링크 : | ||
https://seongjin.me/how-to-contribute-to-open-source/amp/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[https://seongjin.me/how-to-contribute-to-open-source/amp/](https://seongjin.me/how-to-contribute-to-open-source/amp/)
로 바꾸면 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
느낌표 제거했습니다 ; )
오픈 소스 프로젝트에서는 보통
CONTRIBUTING.md
파일을 통해서 기여 방법을 안내하는 것이 관례입니다. GitHub에서도 저장소에CONTRIBUTING.md
파일이 존재하는 경우, Pull Request 생성 화면에서 자동으로CONTRIBUTING.md
파일을 링크해주도록 되어 있습니다. 이를 통해 프로젝트에서 새로 기여하시는 분들도 쉽게CONTRIBUTING.md
파일의 내용을 읽어볼 수 있습니다.자세한 내용은 아래 공식 문서를 참고 바랍니다.
https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors