automate
automate copied to clipboard
Delete Unwanted Automate Sections
trafficstars
:nut_and_bolt: Description: What code changed, and why?
:chains: Related Resources
https://chefio.atlassian.net/browse/CHEF-2999
:+1: Definition of Done
:athletic_shoe: How to Build and Test the Change
:white_check_mark: Checklist
All PRs must tick these:
- [ ] I have read the CONTRIBUTING document.
- [ ] All commits signed-off for the Developer Certification of Origin.
With occasional exceptions, all PRs from Progress employees must tick these:
- [ ] Is the code clear? (complicated code or lots of comments--subdivide and use well-named methods, meaningful variable names, etc.)
- [ ] Consistency checked? (user notifications, user prompts, visual patterns, code patterns, variable names)
- [ ] Repeated code blocks eliminated? (adapt and reuse existing components, blocks, functions, etc.)
- [ ] Spelling, grammar, typos checked? (at a minimum use
make spellin any component directory) - [ ] Code well-formatted? (indents, line breaks, etc. improve rather than hinder readability)
All PRs from Progress employees should tick these if appropriate:
- [ ] Tests added/updated? (all new code needs new tests)
- [ ] Docs added/updated? (all customer-facing changes)
Please add a note next to any checkbox above if you are NOT ticking it.
:camera: Screenshots, if applicable
Deploy Preview for chef-automate ready!
| Name | Link |
|---|---|
| Latest commit | c503bfacc3101cee3e9eed154fa967b25222fd59 |
| Latest deploy log | https://app.netlify.com/sites/chef-automate/deploys/664da12db35ad30008df280b |
| Deploy Preview | https://deploy-preview-8453--chef-automate.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Closing this PR as there are lot of conflicts with the main. The updated PR is: https://github.com/chef/automate/pull/8607