projex
Version:
A command line to manage the workflow
31 lines (17 loc) • 878 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEVOPS_TEMPLATE_CODE = void 0;
exports.DEVOPS_TEMPLATE_CODE = `#### What problem is this solving?
<!--- What is the motivation and context for this change? -->
#### How to test it?
<!--- Don't forget to add a link to a Workspace where this branch is linked -->
[Workspace](Link goes here!)
#### Screenshots or example usage:
<!--- Add some images or gifs to showcase changes in behaviour or layout. Example: before and after images -->
#### Describe alternatives you've considered, if any.
<!--- Optional -->
#### Related to / Depends on
<!--- Optional -->
#### How does this PR make you feel? [:link:](http://giphy.com/)
<!-- Go to http://giphy.com/ and pick a gif that represents how this PR makes you feel -->
`;