Skip to content

Commit fc8c75f

Browse files
author
Brian Lister
committed
doc: add paragraph making more clear git workflow in this repo
1 parent 88fabfc commit fc8c75f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +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 changes merged into the original repo. If we were to merge your changes the exercises would no longer be available for new learners, therefore opening a PR only causes additional work for us, as we have to close it without merging.
8+
79
## Contributing
810

911
If you have suggestions to improve an exercise, ideas for a new exercise, or notice an issue with an exercise, please feel free to open an issue after thoroughly reading our [contributing guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md).
@@ -20,7 +22,6 @@ If you have suggestions to improve an exercise, ideas for a new exercise, or not
2022
5. Once you successfully finish an exercise, check TOP's solution to compare it with yours.
2123
* You should not be checking the solution for an exercise until you finish it!
2224
* Keep in mind that TOP's solution is not the only solution. If your solution differs wildly from TOP's solution (and still passes the self-check criteria), feel free to ask about it in the chatroom.
23-
6. Do not submit your solutions to this repo, as any PRs that do so will be closed without merging.
2425

2526
## Some Hints
2627
- 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)