Skip to content

Commit 77ea7bd

Browse files
author
Dan Roberts
committed
Use short style for feedback and PR template tables
Beep boop, I am a robot This commit made by Dan's table style conversion script Source code is available at https://github.com/droberts-ada/markdown-table-reformatter If there's a problem with this commit, please let Dan know!
1 parent e4ee2e1 commit 77ea7bd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Congratulations! You're submitting your assignment!
33

44
## Comprehension Questions
5-
| Question | Answer |
6-
| :------------- | :------------- |
7-
| What does jQuery give you that JavaScript doesn't? | |
8-
| Describe what the following jQuery selector would give you: `$('#list')` | |
9-
| Highlight three major things you learned about JavaScript this week? | |
5+
Question | Answer
6+
:------------- | :-------------
7+
What does jQuery give you that JavaScript doesn't? |
8+
Describe what the following jQuery selector would give you: `$('#list')` |
9+
Highlight three major things you learned about JavaScript this week? |

feedback.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Digital Clock
22
## What We're Looking For
33

4-
| Feature | Feedback |
5-
| :------------- | :------------- |
6-
| **General** | |
7-
| Uses a JavaScript function to get the time| |
8-
| Uses JavaScript to manipulate the DOM | |
9-
| Creates a custom function to handle logic | |
10-
| **Overall** | |
4+
Feature | Feedback
5+
:------------- | :-------------
6+
**General** |
7+
Uses a JavaScript function to get the time |
8+
Uses JavaScript to manipulate the DOM |
9+
Creates a custom function to handle logic |
10+
**Overall** |

0 commit comments

Comments
 (0)