Use the following template to match the necessary formatting for the JSON structure of a quote. Make a new branch with an informative name like (feature/add-quote-sierra) to make your changes on.
After you fill out all the information, you will need to add it to the bottom of the quotes list - add a comma to the current last entry, and then add yours below. Try to follow proper styling! Then you can commit your changes, push them to Github, open a PR and tag @sierraobryan to as your reviewer!
{
"submitted_by": "Your name",
"quote": "some favorite quote",
"author": "who the heck said it?"
}
Use the following template to match the necessary formatting for the JSON structure of a quote. Make a new branch with an informative name like (feature/add-quote-sierra) to make your changes on.
After you fill out all the information, you will need to add it to the bottom of the quotes list - add a comma to the current last entry, and then add yours below. Try to follow proper styling! Then you can commit your changes, push them to Github, open a PR and tag @sierraobryan to as your reviewer!