Skip to content
Tom Randell edited this page Jun 7, 2020 · 1 revision

🤝 Pull Requests

In order to get code into master, you will have to create a feature branch: This should following the naming convention of feature/the-name-of-your-feature. Once you are satisfied your feature is complete, have followed the groundrules, and pushed up all your changes, then you should create a pull request via GitHub - this will trigger the Build pipeline to run, ensuring that everything is gravy before the changes can be merged in.

🚀 Deployment

Once a PR has been successfully completed, then this action triggers the Deployment pipeline which deploys the showcase app to Github-Pages.

Clone this wiki locally