Skip to content

Commit 13a9c14

Browse files
authored
Merge pull request TheOdinProject#540 from JoshDevHub/update_PR_note_style
README: Change style of PR note
2 parents aa74e30 + a31b33c commit 13a9c14

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ These exercises consist of a series of CSS-related tasks intended to complement
44

55
When doing these exercises, please use all documentation and resources you need to accomplish them. You are _not_ intended to have any of this stuff memorized at this point. Check the docs, use Google, and do what you need to do (besides checking the solutions) to get them done.
66

7-
We encourage you to practice your git skills by committing your changes and pushing them to your own fork. However, please **DO NOT** open a Pull Request to have your solutions merged into this repo or to show your solution. If we were to merge your changes the exercises would no longer be available as intended for new learners, and opening a PR only causes additional work for us, as we have to close it without merging.
7+
> [!IMPORTANT]
8+
> We encourage you to practice your git skills by committing your changes and pushing them to your own fork. However, please **DO NOT** open a Pull Request to have your solutions merged into this repo or to show your solution. If we were to merge your changes the exercises would no longer be available as intended for new learners, and opening a PR only causes additional work for us, as we have to close it without merging.
89
910
## Contributing
1011

@@ -22,7 +23,9 @@ If you have suggestions to improve an exercise, ideas for a new exercise, or not
2223
1. Once you successfully finish an exercise, check TOP's solution to compare it with yours.
2324
- You should not be checking the solution for an exercise until you finish it!
2425
- If your solution differs wildly from TOP's solution (and still passes the exercise's requirements), that's completely fine. Do feel free to ask about it in our Discord if there are parts you do not understand.
25-
1. Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.
26+
27+
> [!IMPORTANT]
28+
> Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.
2629
2730
## Some Hints
2831
- The official solutions put all changes at the _end_ of the CSS file, which may duplicate some selectors (e.g. there might be a `body {}` in the given CSS and another `body {}` in the solution). When you are working on an exercise, it is best practice to add your CSS to existing selectors instead of duplicating them at the end of the file. We're sacrificing this best practice in our official solutions to make it extra clear to you what things we changed to solve the exercise.

0 commit comments

Comments
 (0)