Procházet zdrojové kódy

Fixed the Issue/PR templates to be aligned with the default formatting produced by GitHub RTE.

fredck před 6 roky
rodič
revize
cc9b06c9fe

+ 3 - 3
.github/ISSUE_TEMPLATE/1-bug-report.md

@@ -15,11 +15,11 @@ assignees: ''
 
 ### ✔️ Expected result
 
-*What is the expected result of the above steps?*
+_What is the expected result of the above steps?_
 
 ### ❌ Actual result
 
-*What is the actual result of the above steps?*
+_What is the actual result of the above steps?_
 
 ## 📃 Other details
 
@@ -30,4 +30,4 @@ assignees: ''
 
 ---
 
-If you'd like to see this fixed sooner, add a 👍 reaction to this post.
+If you'd like to see this fixed sooner, add a 👍 reaction to this post.

+ 1 - 1
.github/ISSUE_TEMPLATE/2-feature-request.md

@@ -9,7 +9,7 @@ assignees: ''
 
 ## 📝 Provide a description of the new feature
 
-*What is the expected behavior of the proposed feature?*
+_What is the expected behavior of the proposed feature?_
 
 ---
 

+ 1 - 1
.github/ISSUE_TEMPLATE/3-docs-issue.md

@@ -9,4 +9,4 @@ assignees: ''
 
 ## 📝 Provide a description of requested docs changes
 
-*What is the purpose and what should be changed?*
+_What is the purpose and what should be changed?_

+ 1 - 1
.github/ISSUE_TEMPLATE/4-security-issue.md

@@ -7,4 +7,4 @@ assignees: ''
 
 ---
 
-⚠️ Please **DO NOT report security issues here**, use the contact form at https://ckeditor.com/contact/ instead. ⚠️
+⚠️ Please **DO NOT report security issues here**, use the contact form at [https://ckeditor.com/contact/](https://ckeditor.com/contact/) instead. ⚠️

+ 1 - 1
.github/ISSUE_TEMPLATE/5-task.md

@@ -9,7 +9,7 @@ assignees: ''
 
 ## Provide a description of the task
 
-*What steps should be taken to fulfill the task?*
+_What steps should be taken to fulfill the task?_
 
 ## 📃 Other details
 

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -6,4 +6,4 @@ Type: Message. Closes #000.
 
 ### Additional information
 
-*For example – encountered issues, assumptions you had to make, other affected tickets, etc.*
+_For example – encountered issues, assumptions you had to make, other affected tickets, etc._