공부/타입스크립트로 함께하는 웹 풀 사이클 개발(React, Node.js)
프로젝트: 오픈소스 기반의 웹 파이프라인 구축(3)-template, 모던자바스크립트 기여 방법
모모랑 유디
2024. 12. 11. 16:17
문서 템플릿 제작해보기
GitHub 문서 템플릿이란?
- GitHub에서 제공해주는 템플릿 기능
- Issue template, Pull Request template 등이 있다.
문서 양식 제작해보기
템플릿 만들기
- .github 폴더 만들기
- issue_template.md
- pull_request_template.md
https://github.com/YouD0313/issue_test
GitHub - YouD0313/issue_test
Contribute to YouD0313/issue_test development by creating an account on GitHub.
github.com
test.md
---
name: Test
about: Test
title: 'Test'
labels: ''
assignees: ''
---
## test
## TODO
- [ ] todo
- [ ] test
config.yml
blank_issues_enabled: true
contact_links:
- name: test
url: https://github.com/YouD0313/issue_test
about: test
- name: test
url: https://github.com/YouD0313/issue_test
about: test
모던 자바스크립트 튜토리얼 기여
모던 자바스크립트 튜토리얼이란?
- 자바스크립트 기본 개념 및 고급 개념을 다룸
- 기여 방법이 잘 정리되어 있음
- 기여할 여지가 있는 파트나 작업이 있음
The Modern JavaScript Tutorial
We want to make this open-source project available for people all around the world. Help to translate the content of this tutorial to your language!
javascript.info
모던 JavaScript 튜토리얼
ko.javascript.info
https://github.com/javascript-tutorial/ko.javascript.info/tree/master
GitHub - javascript-tutorial/ko.javascript.info: 모던 JavaScript 튜토리얼(The Modern JavaScript Tutorial in Korean )
모던 JavaScript 튜토리얼(The Modern JavaScript Tutorial in Korean ) - javascript-tutorial/ko.javascript.info
github.com