forked from makersacademy/chitter-challenge-apprenticeships
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and pull_request_template
- Loading branch information
1 parent
2ab76b6
commit 215c139
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Your name | ||
|
||
Please write your full name here to make it easier to find your pull request. | ||
William Marshall | ||
|
||
# User stories | ||
|
||
Please list which user stories you've implemented (delete the ones that don't apply). | ||
|
||
- [ ] User story 1: "I want to see all the messages (peeps) in a browser" | ||
- [ ] User story 2: "I want to post a message (peep) to chitter" | ||
- [ ] User story 3: "I want to see the date the message was posted" | ||
- [ ] User story 4: "I want to see a list of peeps in reverse chronological order" | ||
- [x] User story 1: "I want to see all the messages (peeps) in a browser" | ||
- [x] User story 2: "I want to post a message (peep) to chitter" | ||
- [x] User story 3: "I want to see the date the message was posted" | ||
- [x] User story 4: "I want to see a list of peeps in reverse chronological order" | ||
- [ ] User story 5: "I want to filter on a specific keyword" | ||
|
||
# README checklist | ||
|
||
Does your README contains instructions for | ||
|
||
- [ ] how to install, | ||
- [ ] how to run, | ||
- [ ] and how to test your code? | ||
- [x] how to install, | ||
- [x] how to run, | ||
- [x] and how to test your code? | ||
|
||
[Here is a pill](https://github.com/makersacademy/course/blob/main/pills/readmes.md) that can help you write a great README! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters