Skip to content

Commit fe69d65

Browse files
author
Nicholas Thomson
committed
Update README.md
1 parent 29316d7 commit fe69d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ If you need to a make a change to the API, complete the following steps:
2626
1. Update webApiFaker to produce the type of output that you expect.
2727
1. In the same commit, update the JSON in the README to match what webApiFaker now returns
2828
1. Add a ticket to pivotal tracker assigned to the backend team and labeled with 'api'
29-
1. Include a link to the README (perhaps the diff as well) with the version of the API you need
30-
1. When the API team finishes the change and marks the ticket as 'delivered' determine if the output matches your expectations (check this by running grunt serve:staging)
29+
1. Include a link to the README (and a diff showing the changes) with the version of the API you need
30+
1. When the API team finishes the change and marks the ticket as 'delivered' determine if the output matches your expectations (check this manually and/or by running grunt serve:staging)
3131
1. If the output is as expected, accept the ticket
32-
1. The the output is incorrect, reject the ticket (possibly ping the person on the backend team as well)
32+
1. If the output is incorrect, reject the ticket
3333

3434
Once the API has been successfully updated, any code that relies on the new data can be merged to master.
3535

0 commit comments

Comments
 (0)