Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Farzan's Takeaway Challenge (3/4 user stories) #2223

Open
wants to merge 17 commits into
base: josh-attempt
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Your name

Please write your full name here to make it easier to find your pull request.

# User stories

Please list which user stories you've implemented (delete the ones that don't apply).

- [ ] User story 1: "I would like to see a list of dishes with prices"
- [ ] User story 2: "I would like to be able to select some number of several available dishes"
- [ ] User story 3: "I would like to check that the total I have been given matches the sum of the various dishes in my order"
- [ ] User story 4: "I would like to receive a text such as "Thank you! Your order was placed and will be delivered before 18:52" after I have ordered"

# README checklist

Does your README contains instructions for

- [ ] how to install,
- [ ] how to run,
- [ ] 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!
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/**/.DS_Store
/coverage

# Local cache of Rubocop remote config
.rubocop-*
Loading