Skip to content

Commit b8937af

Browse files
author
jjteoh
committed
build: setup changelog tool, bug report
setup changelog tool, bug report
1 parent 1374100 commit b8937af

File tree

4 files changed

+1660
-18
lines changed

4 files changed

+1660
-18
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ <h2>PAUSED</h2>
6767
</video>
6868

6969
<footer class="footer">
70-
<p><small>Canvas Snake Game by <a href="https://github.com/jjteoh-thewebdev">JJTeoh</a> with ❤️</small></p>
70+
<p><small>Canvas Snake Game by <a href="https://github.com/jjteoh-thewebdev" target="_blank">JJTeoh</a> with ❤️</small></p>
71+
<p><a href="https://github.com/jjteoh-thewebdev/html-canvas-snake/issues" target="_blank">Report Bug</a></p>
7172
</footer>
7273

7374
<script src="script.js"></script>

0 commit comments

Comments
 (0)