-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eef1e0e
commit d7d83c9
Showing
3 changed files
with
11 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,12 @@ | ||
|
||
> ⚠️ NOTE: Use notes like this to emphasize something important about the PR. | ||
> | ||
> This could include other PRs this PR is built on top of; API breaking changes; reasons for why the PR is on hold; or anything else you would like to draw attention to. | ||
| Status | Type | ⚠️ Core Change | Issue | | ||
| :---: | :---: | :---: | :--: | | ||
| Ready/Hold | Feature/Bug/Tooling/Refactor/Hotfix | Yes/No | [Link](<Issue link here>) | | ||
|
||
## Problem | ||
# Problem | ||
|
||
_What problem are you trying to solve?_ | ||
|
||
|
||
## Solution | ||
# Solution | ||
|
||
_How did you solve the problem?_ | ||
|
||
# Other changes (e.g. bug fixes, small refactors) | ||
|
||
## Before & After Screenshots | ||
|
||
_Insert screenshots of example code output_ | ||
|
||
**BEFORE**: | ||
[insert screenshot here] | ||
|
||
**AFTER**: | ||
[insert screenshot here] | ||
|
||
|
||
## Other changes (e.g. bug fixes, small refactors) | ||
|
||
|
||
## Deploy Notes | ||
|
||
_Notes regarding deployment of the contained body of work. These should note any | ||
new dependencies, new scripts, etc._ | ||
|
||
**New scripts**: | ||
|
||
- `script` : script details | ||
|
||
**New dependencies**: | ||
|
||
- `dependency` : dependency details | ||
_What other unrelated changes are included in this PR ?_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"workbench.colorCustomizations": { | ||
"activityBar.background": "#13341D", | ||
"titleBar.activeBackground": "#1B4829", | ||
"titleBar.activeForeground": "#F7FCF9" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters