mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-08 21:30:47 +02:00
Updated comment sections in .github templates to use HTML comments.
This commit is contained in:
16
.github/ISSUE_TEMPLATE.md
vendored
16
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,18 +1,18 @@
|
|||||||
<Please fill your information below the lines starting with `#`.>
|
<!-- Please fill your information below the lines starting with `#`. -->
|
||||||
<You can delete these lines enclosed by `<` and `>` before posting, too.>
|
<!-- You can delete these lines enclosed by `<` and `>` before posting, too. -->
|
||||||
|
|
||||||
# Description of the issue
|
# Description of the issue
|
||||||
<What is the issue/problem you are facing?>
|
<!-- What is the issue/problem you are facing? -->
|
||||||
|
|
||||||
# What was expected to be seen
|
# What was expected to be seen
|
||||||
<What were you expecting to see?>
|
<!-- What were you expecting to see? -->
|
||||||
|
|
||||||
# What actually was seen instead
|
# What actually was seen instead
|
||||||
<What did you actually see? Try to be precise as possible!>
|
<!-- What did you actually see? Try to be precise as possible! -->
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
Browser: <Version of your browser.>
|
Browser: <!-- Version of your browser. -->
|
||||||
Build environment (i.e. NodeJS): <If you have issues building the SCSS into CSS, add your information here. Delete this otherwise.>
|
Build environment (i.e. NodeJS): <!-- If you have issues building the SCSS into CSS, add your information here. Delete this otherwise. -->
|
||||||
|
|
||||||
# Suggestion(s) for fixing this issue
|
# Suggestion(s) for fixing this issue
|
||||||
<What are your thoughts? How could this possibly be resolved?>
|
<!-- What are your thoughts? How could this possibly be resolved? -->
|
||||||
|
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,11 +1,11 @@
|
|||||||
<Please fill your information below the lines starting with `#`.>
|
<!-- Please fill your information below the lines starting with `#`. -->
|
||||||
<You can delete these lines enclosed by `<` and `>` before posting, too.>
|
<!-- You can delete these lines enclosed by `<` and `>` before posting, too. -->
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
<What does this PR do, what does it want to achieve?>
|
<!-- What does this PR do, what does it want to achieve? -->
|
||||||
|
|
||||||
# Compatibility
|
# Compatibility
|
||||||
<Elaborate on how this PR affects the compatibility. Is it breaking, or not?>
|
<!-- Elaborate on how this PR affects the compatibility. Is it breaking, or not? -->
|
||||||
|
|
||||||
# Caveats
|
# Caveats
|
||||||
<Is there something specific you'd like to mention before merge?>
|
<!-- Is there something specific you'd like to mention before merge? -->
|
||||||
|
Reference in New Issue
Block a user