Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions pull_request_checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Please ensure your pull request adheres to the following guidelines:

## Task / Bug description:


## Did you run the test cases in your branch ?
- [ ] Yes
- [ ] No

## Did you run all SRE check in your branch ?
- [ ] Yes
- [ ] No

## Does your new code introduce new warnings or binding errors ?
- [ ] Yes
- [ ] No

## Did you test this code on all browsers ?
- [ ] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Edge
- [ ] Internet Explorer

## Thanks for contributing!
5 changes: 2 additions & 3 deletions todo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<html>
<head>
<title>To-Do Apps</title>

<title>To-Do Apps</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/todo.css">
</head>
Expand Down Expand Up @@ -38,4 +37,4 @@ <h1>To-Do Apps</h1>
<script type="text/javascript" src="js/built-min.js"></script>
<script src="js/app.js"></script>
</body>
</html>
</html>