Skip to content

Commit 56851e3

Browse files
authored
Merge pull request #173 from learntocloud/definitionofthedayui
Updates to definition of the day text color
2 parents 36e2d4b + 421efb4 commit 56851e3

File tree

105 files changed

+32584
-30950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+32584
-30950
lines changed

.devcontainer/devcontainer.json

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
{
2-
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04",
3-
"settings": {
4-
"[typescript]": {
5-
"editor.defaultFormatter": "esbenp.prettier-vscode",
6-
"editor.formatOnSave": true
7-
},
8-
"[json]": {
9-
"editor.defaultFormatter": "esbenp.prettier-vscode",
10-
"editor.formatOnSave": true
11-
},
12-
"[jsonc]": {
13-
"editor.defaultFormatter": "esbenp.prettier-vscode",
14-
"editor.formatOnSave": true
15-
}
16-
},
17-
"extensions": [
18-
"dbaeumer.vscode-eslint",
19-
"orta.vscode-jest",
20-
"esbenp.prettier-vscode",
21-
"streetsidesoftware.code-spell-checker"
22-
],
23-
"forwardPorts": [3000],
24-
"containerUser": "vscode",
25-
"postCreateCommand": "yarn install",
26-
"waitFor": "postCreateCommand", // otherwise automated jest tests fail
27-
"features": {
28-
"node": {
29-
"version": "18"
30-
},
31-
"github-cli": "latest"
32-
}
33-
}
1+
{
2+
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04",
3+
"settings": {
4+
"[typescript]": {
5+
"editor.defaultFormatter": "esbenp.prettier-vscode",
6+
"editor.formatOnSave": true
7+
},
8+
"[json]": {
9+
"editor.defaultFormatter": "esbenp.prettier-vscode",
10+
"editor.formatOnSave": true
11+
},
12+
"[jsonc]": {
13+
"editor.defaultFormatter": "esbenp.prettier-vscode",
14+
"editor.formatOnSave": true
15+
}
16+
},
17+
"extensions": [
18+
"dbaeumer.vscode-eslint",
19+
"orta.vscode-jest",
20+
"esbenp.prettier-vscode",
21+
"streetsidesoftware.code-spell-checker"
22+
],
23+
"forwardPorts": [3000],
24+
"containerUser": "vscode",
25+
"postCreateCommand": "yarn install",
26+
"waitFor": "postCreateCommand", // otherwise automated jest tests fail
27+
"features": {
28+
"node": {
29+
"version": "18"
30+
},
31+
"github-cli": "latest"
32+
}
33+
}

.github/ISSUE_TEMPLATE/bug_report.md

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
37-
**Additional context**
38-
Add any other context about the problem here.
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
---
2-
name: Feature request/Enhancement
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: enhancement
6-
assignees: ''
7-
8-
---
9-
10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12-
13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
15-
16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
18-
19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
1+
---
2+
name: Feature request/Enhancement
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/issue.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
---
2-
name: Issue
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: bug
6-
assignees: ''
7-
8-
---
9-
10-
## Expected Behavior
11-
12-
## Actual Behavior
13-
14-
## Steps to Reproduce the Problem
15-
16-
1.
17-
1.
18-
1.
19-
20-
## Specifications
21-
22-
- Version:
23-
- Platform:
24-
- Subsystem:
1+
---
2+
name: Issue
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Expected Behavior
11+
12+
## Actual Behavior
13+
14+
## Steps to Reproduce the Problem
15+
16+
1.
17+
1.
18+
1.
19+
20+
## Specifications
21+
22+
- Version:
23+
- Platform:
24+
- Subsystem:
+32-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
---
2-
name: Submit project
3-
about: Submit you project or share your project idea
4-
title: PROJ
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
---
11-
name: "\U0001F680 Project"
12-
about: Your project/project idea.
13-
14-
---
15-
16-
<!--
17-
Thank you for suggesting an idea to make learntocloud.guide better.
18-
19-
Please fill in as much of the template below as you're able.
20-
-->
21-
22-
**What is your project related to? Please describe.**
23-
Please describe the problem you are trying to solve.
24-
25-
**Which phase your project falls under?**
26-
- [ ] Phase 1
27-
- [ ] Phase 2
28-
- [ ] Phase 3
29-
- [ ] Phase 4
30-
31-
**Tech stack/Technologies being used**
32-
Please describe different services/technologies that will be used.
1+
---
2+
name: Submit project
3+
about: Submit you project or share your project idea
4+
title: PROJ
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
---
11+
name: "\U0001F680 Project"
12+
about: Your project/project idea.
13+
14+
---
15+
16+
<!--
17+
Thank you for suggesting an idea to make learntocloud.guide better.
18+
19+
Please fill in as much of the template below as you're able.
20+
-->
21+
22+
**What is your project related to? Please describe.**
23+
Please describe the problem you are trying to solve.
24+
25+
**Which phase your project falls under?**
26+
- [ ] Phase 1
27+
- [ ] Phase 2
28+
- [ ] Phase 3
29+
- [ ] Phase 4
30+
31+
**Tech stack/Technologies being used**
32+
Please describe different services/technologies that will be used.
+20-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<!--- Provide a general summary of your changes in the Title above -->
2-
3-
## Description
4-
<!--- Describe your changes in detail -->
5-
6-
## Related Issue
7-
<!--- This project only accepts pull requests related to open issues -->
8-
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
9-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10-
<!--- Please link to the issue here: -->
11-
12-
## Motivation and Context
13-
<!--- Why is this change required? What problem does it solve? -->
14-
<!--- If it fixes an open issue, please link to the issue here. -->
15-
16-
## How Has This Been Tested?
17-
<!--- Please describe in detail how you tested your changes. -->
18-
<!--- Include details of your testing environment, and the tests you ran to -->
19-
<!--- see how your change affects other areas of the code, etc. -->
20-
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Related Issue
7+
<!--- This project only accepts pull requests related to open issues -->
8+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
9+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10+
<!--- Please link to the issue here: -->
11+
12+
## Motivation and Context
13+
<!--- Why is this change required? What problem does it solve? -->
14+
<!--- If it fixes an open issue, please link to the issue here. -->
15+
16+
## How Has This Been Tested?
17+
<!--- Please describe in detail how you tested your changes. -->
18+
<!--- Include details of your testing environment, and the tests you ran to -->
19+
<!--- see how your change affects other areas of the code, etc. -->
20+
2121
## Screenshots (if appropriate):
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!--- Provide a general summary of your changes in the Title above -->
2-
3-
## Short description for your project
4-
<!--- Describe your changes in detail -->
5-
6-
## Related Issue
7-
<!--- This project only accepts pull requests related to open issues -->
8-
<!--- Please link to the issue here: -->
9-
10-
## What is your project related to and Tech stack
11-
<!--- Project description -->
12-
<!--- Services and Tech Stack -->
13-
14-
15-
## Screenshots (if appropriate):
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Short description for your project
4+
<!--- Describe your changes in detail -->
5+
6+
## Related Issue
7+
<!--- This project only accepts pull requests related to open issues -->
8+
<!--- Please link to the issue here: -->
9+
10+
## What is your project related to and Tech stack
11+
<!--- Project description -->
12+
<!--- Services and Tech Stack -->
13+
14+
15+
## Screenshots (if appropriate):

0 commit comments

Comments
 (0)