Skip to content

Commit 6bc381a

Browse files
authored
Merge pull request #695 from cmu-delphi/release/v3.0.22
Release v3.0.22
2 parents 64a8727 + 5ba074c commit 6bc381a

File tree

6 files changed

+69
-9
lines changed

6 files changed

+69
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: 🐛 Bug report
3+
about: If something isn't working as expected 🤔.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
**Actual Behavior:**
10+
11+
<!--A clear and concise description of what the bug is.-->
12+
13+
When I...
14+
15+
**Steps to Reproduce the Bug:**
16+
17+
<!--Steps to reproduce the behavior. Please copy paste the browser url as the first step-->
18+
19+
1. go to **PASTE BROWSER URL HERE**
20+
21+
**Expected behavior**
22+
23+
<!--A clear and concise description of what you expected to happen.-->
24+
25+
**Screenshots**
26+
27+
<!--If applicable, add screenshots to help explain your problem.-->
28+
29+
**Rating Scale (1 is minor, 7 is severe):**
30+
31+
<!-- -->
32+
33+
**Context**
34+
35+
- Browser:
36+
37+
**Additional context**
38+
39+
<!--Add any other context about the problem here.-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
---
8+
9+
<!--A clear and concise description of what feature you are missing.-->
10+
11+
It would be great if ...
12+
13+
**User story**
14+
15+
<!--Describe your problem, feature you are missing, and how you image to look like.-->
16+
17+
**Additional context**
18+
19+
<!--Add any other context or screenshots about the feature request here.-->

content/people/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,8 @@ people:
909909
image: evan-zhang.jpg
910910
affiliation: CMU/CSD
911911
team:
912-
- contributors
912+
- past
913+
note: Contributor, June-August 2022
913914
- key: hzhou
914915
firstName: Helen
915916
lastName: Zhou

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-main",
3-
"version": "3.0.21",
3+
"version": "3.0.22",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^6.1.1",
@@ -9,7 +9,7 @@
99
"uikit": "^3.14.3",
1010
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.3/www-covidcast-3.2.3.tgz",
1111
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.2/www-covidcast-classic-2.6.2.tgz",
12-
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.2/www-epivis-2.0.2.tgz"
12+
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.3/www-epivis-2.0.3.tgz"
1313
},
1414
"devDependencies": {
1515
"hugo-bin": "^0.88.1",

0 commit comments

Comments
 (0)