Skip to content

Commit a211a7e

Browse files
authored
Merge branch 'main' into feature/form-controls
2 parents edd78f3 + 329eea0 commit a211a7e

4 files changed

Lines changed: 5 additions & 40 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Do not write a form action for this project.
3030

3131
Let's write out our testable criteria. Check each one off as you complete it.
3232

33-
- [ ] I have used HTML only.
34-
- [x] I have not used any CSS or JavaScript.
33+
- [ ] I have only used HTML and CSS.
34+
- [ ] I have not used any JavaScript.
3535

3636
### HTML
3737

Wireframe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
1515
<!--{{<objectives>}}>-->
1616

1717
- [ ] Use semantic HTML tags to structure the webpage
18-
- [ ] Create three articles, each including a title, summary, and a link
18+
- [ ] Create three articles, each including an image, title, summary, and a link
1919
- [ ] Check a webpage against a wireframe layout
2020
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
2121
- [ ] Use version control by committing often and pushing regularly to GitHub
@@ -26,7 +26,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
2626
- [ ] Semantic HTML tags are used to structure the webpage.
2727
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
2828
- [ ] The page header includes a title and description.
29-
- [ ] The articles section has three unique articles, each including a title, summary, and a link.
29+
- [ ] The articles section has three unique articles, each including an image, title, summary, and a link.
3030
- [ ] The page footer is fixed to the bottom of the viewport.
3131
- [ ] The webpage is styled using a linked .css file.
3232
- [ ] The webpage is properly committed and pushed to a branch on GitHub.

0 commit comments

Comments
 (0)