Skip to content

Commit f10a4c4

Browse files
committed
Added some additional icons to readme
1 parent 7492fcd commit f10a4c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ You will return later to add the Development site.
232232
233233
We've set up our Production pipeline. In order to create our Development pipeline, we need to create a branch in our Git repo.
234234
235-
**NOTE:** This branch/pipeline can be named many different things by many different teams. It's been known to be called "UAT", "Pre-prod", "Perf", "Preview", and "Staging". Call it what you want, it's purpose is to serve as a mirror of Production because you want to see changes _before_ it goes to Production.
235+
**❗️NOTE:** This branch/pipeline can be named many different things by many different teams. It's been known to be called "UAT", "Pre-prod", "Perf", "Preview", and "Staging". Call it what you want, it's purpose is to serve as a mirror of Production because you want to see changes _before_ they go to Production.
236236
237237
Use your preferred method of creating a branch off of your `master`, but here is an example command line:
238238
@@ -243,6 +243,8 @@ git checkout develop
243243
git push origin develop
244244
```
245245
246+
**💡TIP:** It's good to add branch protection to `develop` so that it can't be deleted accidentally.
247+
246248
### Netlify setup for DEVELOPMENT
247249
248250
Follow the same instructions from **Netlify PRODUCTION setup** with the following differences:
@@ -270,7 +272,7 @@ Follow the same instructions from **Netlify app setup in Contentful for PRODUCTI
270272
271273
- Set **Display name** to something appropriate for publishers to recognise as the Development site, e.g. `Development`. This name can be changed at any point later.
272274
273-
## Congrats!
275+
## 🎉 Congrats!
274276
275277
Your Production and Development pipelines are now finished and you can begin customizing to your heart's delight! 💖
276278

0 commit comments

Comments
 (0)