Skip to content

Commit

Permalink
Merge pull request #695 from cmu-delphi/release/v3.0.22
Browse files Browse the repository at this point in the history
Release v3.0.22
  • Loading branch information
krivard authored Sep 15, 2022
2 parents 64a8727 + 5ba074c commit 6bc381a
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 9 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 🐛 Bug report
about: If something isn't working as expected 🤔.
title: ''
labels: 'bug'
assignees: ''
---

**Actual Behavior:**

<!--A clear and concise description of what the bug is.-->

When I...

**Steps to Reproduce the Bug:**

<!--Steps to reproduce the behavior. Please copy paste the browser url as the first step-->

1. go to **PASTE BROWSER URL HERE**

**Expected behavior**

<!--A clear and concise description of what you expected to happen.-->

**Screenshots**

<!--If applicable, add screenshots to help explain your problem.-->

**Rating Scale (1 is minor, 7 is severe):**

<!-- -->

**Context**

- Browser:

**Additional context**

<!--Add any other context about the problem here.-->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''
---

<!--A clear and concise description of what feature you are missing.-->

It would be great if ...

**User story**

<!--Describe your problem, feature you are missing, and how you image to look like.-->

**Additional context**

<!--Add any other context or screenshots about the feature request here.-->
3 changes: 2 additions & 1 deletion content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,8 @@ people:
image: evan-zhang.jpg
affiliation: CMU/CSD
team:
- contributors
- past
note: Contributor, June-August 2022
- key: hzhou
firstName: Helen
lastName: Zhou
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www-main",
"version": "3.0.21",
"version": "3.0.22",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
Expand All @@ -9,7 +9,7 @@
"uikit": "^3.14.3",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v3.2.3/www-covidcast-3.2.3.tgz",
"www-covidcast-classic": "https://github.com/cmu-delphi/www-covidcast-classic/releases/download/v2.6.2/www-covidcast-classic-2.6.2.tgz",
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.2/www-epivis-2.0.2.tgz"
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.3/www-epivis-2.0.3.tgz"
},
"devDependencies": {
"hugo-bin": "^0.88.1",
Expand Down

0 comments on commit 6bc381a

Please sign in to comment.