diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..67c48ea --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf \ No newline at end of file diff --git a/tools/template/specific.md b/tools/template/specific.md index 5d03147..cbb6eb3 100644 --- a/tools/template/specific.md +++ b/tools/template/specific.md @@ -5,7 +5,7 @@ 해당되지 않음. ## 3.2. 기능 요구사항(Functional requirements) -<%~ it.issues.map(i => `### (#${i.number}) ${i.title}\n${i.body}`).join("\n\n") %> +<%~ it.issues.map(i => `### (#${i.number}) ${i.title}\n${i.body.replace("\r\n","\n")}`).join("\n\n") %> ## 3.3. 성능 요구사항(Performance requirements)