/** * @license * Copyright (C) 2020 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import {html} from '@polymer/polymer/lib/utils/html-tag'; export const htmlTemplate = html`
Create change commands
  1. Make the changes to the files on your machine

  2. If you are making a new commit use

    Or to amend an existing commit use

    Please make sure you add a commit message as it becomes the description for your change.

  3. Push the change for code review

  4. Close this dialog and you should be able to see your recently created change in the 'Outgoing changes' section on the 'Your changes' page.

`;