Skip to content

Commit 42ec49d

Browse files
Merge branch 'main' into Form-control-work
2 parents ba8b66c + 329eea0 commit 42ec49d

4 files changed

Lines changed: 5 additions & 36 deletions

File tree

.github/pull_request_template.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/validate-pr-metadata.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: CodeYourFuture/actions/validate-pr-metadata@main
1717
with:
18+
give_more_specific_comment_for_earlier_learners: true
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Form-Controls/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Let's write out our testable criteria. Check each one off as you complete it.
3232

3333
- [x] I have used HTML only.
3434
- [x] I have not used any CSS or JavaScript.
35+
- [ ] I have only used HTML and CSS.
36+
- [ ] I have not used any JavaScript.
3537

3638
### HTML
3739

Form-Controls/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ <h1>Product Pick</h1>
5151
<hr>
5252
<footer>
5353
<p><strong>By Tuan Nguyen</strong></p>
54+
<!-- change to your name-->
55+
<p>By HOMEWORK SOLUTION</p>
5456
</footer>
5557
</body>
5658
</html>

0 commit comments

Comments
 (0)