Skip to content

Commit d76ce46

Browse files
committed
update readme
1 parent b4d110e commit d76ce46

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,37 +81,46 @@ You can now launch you browser and access 127.0.0.1:3000.
8181

8282
You will be prompted to supply a blog title and email:
8383

84+
<img width="382" alt="setup blog screenshot" src="https://cloud.githubusercontent.com/assets/1489337/12763124/9cbd3a5e-c9a7-11e5-97e3-e39e6098adf3.png">
85+
8486
You will be signed in and issued a username and password:
8587

88+
<img width="380" alt="setup example login info screenshot" src="https://cloud.githubusercontent.com/assets/1489337/12763208/0440d834-c9a8-11e5-9c81-05a4b60e9722.png">
89+
8690
#### Seed your blog with posts & tags
8791
```bash
8892
$ rake db:seed
8993
# => Seeded 24 articles...
9094
```
9195

9296
#### Look around!
97+
* Visit your blog homepage at `localhost:3000/`
9398
* Go to the `/admin` backend and poke around (it's similar to wordpress).
9499
* Create your first blog post!
95100

96101
##The Bugs
97-
The following issues have been added to the main github repo. Please fix each bug on its own branch (e.g. `fix_sidebar_styles`). When you're finished, create a pull request from your fork back to the main repo.
98102

99-
> Make sure to reference the issue you are resolving!
103+
The following issues have been added to the main github repo. Please fix each bug on its own branch (e.g. `fix_sidebar_styles`).
104+
105+
> Please visit the `issues` section of this repo for more detailed bug descriptions + screenshots.
100106
101107
####Issue \#1: Inconsistent Sidebar Styles
102108
* All titles in the sidebar should have `monospace` style font
103109
* All bullets should be circles.
104110

105-
<img width="221" alt="sidebar styles" src="https://cloud.githubusercontent.com/assets/1489337/12761855/80fe8e7c-c9a1-11e5-9070-6113b8e9b419.png">
106-
107111
####Issue \#2: Top Month Always Empty (Archive Sidebar)
108112
* When I click on the top-most month in the Archive Sidebar it says "No posts found...".
109113
* When I create a post in the _current month_ (e.g. February) it displays a link in the sidebar for _next month_ (e.g. March), and says "No posts found..."
110114

111115
####Issue \#3: Months sorted incorrectly (Archive Sidebar)
112116
The sort order of months in the Archive Sidebar is off, with January 2015 appearing directly above December 2015:
113117

114-
<img width="249" alt="archive sidebar sort order" src="https://cloud.githubusercontent.com/assets/1489337/12761829/698e56fa-c9a1-11e5-8d90-04ed28aa7a09.png">
118+
### Resolving the Issue
119+
Please fix each bug on its own branch (e.g. `fix_sidebar_styles`). When you're finished with a bug, create a pull request from your fork back to the main repo.
120+
121+
<img width="1239" alt="example pull request" src="https://cloud.githubusercontent.com/assets/1489337/12763002/f2f3a6b6-c9a6-11e5-9e62-cff790c1a89a.png">
122+
123+
> Make sure to reference the issue you are resolving!
115124
116125
## Helpful Hints
117126
* Use **Rubber Duck Debugging** -- Make sure you understand the issue!

0 commit comments

Comments
 (0)