-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41e67bb
commit 0376198
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- | ||
NE(O)RDINARY 블로그에 Pull Request를 해주셔서 감사합니다! | ||
아래 사항을 꼭 지켜주셔서 글을 작성 부탁드립니다. | ||
1. 글은 contents/blog 폴더 안에 새로운 폴더를 하나 만들어서 작성해주세요! | ||
- 폴더명은 게시글의 ID가 되기 때문에 관련된 영단어와 - 조합으로 만들어주세요! | ||
2. 이미지가 필요한 경우 1번에서 만든 폴더 안에 images 폴더를 만들어 첨부해주세요! | ||
3. 마크다운은 아래 예제 게시글과 동일하게 상단에 작성자 정보를 넣어주세요. | ||
- 예시 게시글 : https://raw.githubusercontent.com/neordinary/neordinary.github.io/main/content/blog/how-to-use-git-well/index.md | ||
--- | ||
title: 글 제목 | ||
date: "2022-10-31" | ||
author: "작성자 닉네임" | ||
authorMail: "작성자 이메일" | ||
description: "글 설명" | ||
--- | ||
4. 개발과 상관 없는 내용이나 욕설 등의 문제가 될 수 있는 내용이 들어가 있는 경우에는 승인해드리지 않습니다. | ||
5. 아래 PR 템플릿의 []로 되어있는 부분은 안내에 따라 변경해주세요. | ||
--> | ||
|
||
# [글 제목을 입력해주세요] | ||
- [글에 대한 설명을 입력해주세요] | ||
|
||
## 관련 기술 스택 | ||
- [작성하신 글과 관련된 기술 스택을 입력해주세요.] | ||
|
||
## 작성자 정보 | ||
- 작성자: [닉네임/이름] | ||
- 작성자 이메일: [작성자 이메일 주소] | ||
- 너디너리 소속: [소속 입력 (RC, CMC, RP, RC, Keepers...)] |