mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-03 02:53:31 +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 `#`.>
|
||||
<You can delete these lines enclosed by `<` and `>` before posting, too.>
|
||||
<!-- Please fill your information below the lines starting with `#`. -->
|
||||
<!-- You can delete these lines enclosed by `<` and `>` before posting, too. -->
|
||||
|
||||
# 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 were you expecting to see?>
|
||||
<!-- What were you expecting to see? -->
|
||||
|
||||
# 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
|
||||
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.>
|
||||
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. -->
|
||||
|
||||
# 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 `#`.>
|
||||
<You can delete these lines enclosed by `<` and `>` before posting, too.>
|
||||
<!-- Please fill your information below the lines starting with `#`. -->
|
||||
<!-- You can delete these lines enclosed by `<` and `>` before posting, too. -->
|
||||
|
||||
# Description
|
||||
<What does this PR do, what does it want to achieve?>
|
||||
<!-- What does this PR do, what does it want to achieve? -->
|
||||
|
||||
# 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
|
||||
<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