Skip to content

Commit

Permalink
Merge pull request #134 from policy-design-lab/release-0.5.0
Browse files Browse the repository at this point in the history
Draft: Release 0.5.0
  • Loading branch information
pengyin-shan authored May 26, 2023
2 parents 9cc98bf + ab6a3f2 commit dcc9fdb
Show file tree
Hide file tree
Showing 15 changed files with 710 additions and 8,523 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug, epic
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Version: [e.g. 22]

**Additional context**
Add any other context about the problem here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Epic
about: Create an Epic to capture a large volume of work.
title: "[EPIC] "
labels: epic
assignees: ''

---

## Description
_Please provide a detailed description of the Epic._
_Example: As a (user or developer), I want to be able to (feature or function) so that (reason to implement)._

## Linked Issues
- [ ]

## Acceptance Criteria
_Please describe what it means for this Epic to be considered complete._
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE] "
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Task
about: Capture a general work task (something that's not a feature, bug report, or an epic. E.g., perform security updates on a server).
title: "[TASK] "
labels: task
assignees: ''

---

## Description
_Please provide a detailed description of the task._
_Example: As a (user or developer), I want to be able to (task) so that (reason to perform the task)._


## Acceptance Criteria
_Please describe what it means for this task to be considered complete._
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2023-05-26

### Added

- Add dynamic color bar for landing page and SNAP page [#121](https://github.com/policy-design-lab/pdl-frontend/issues/121)
- New GitHub issue templates. [#127](https://github.com/policy-design-lab/pdl-frontend/issues/127)

### Changed

- Landing page maps & tabs use api endpoints instead of local json files [#110](https://github.com/policy-design-lab/pdl-frontend/issues/110)
- Add crop insurance tab back to landing page [#130](https://github.com/policy-design-lab/pdl-frontend/issues/130)
- Removed the duplicate 'AllProgramMap' component on the landing page. Instead, modified the 'LandingPageMap' component to include the all-program map

### Removed
- Previously used default GitHub issue template. [#127](https://github.com/policy-design-lab/pdl-frontend/issues/127)

## [0.4.0] - 2023-05-10

### Added
Expand Down Expand Up @@ -72,6 +88,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Map data json [#12](https://github.com/policy-design-lab/pdl-frontend/issues/12)
- Final landing page changes for initial milestone [#15](https://github.com/policy-design-lab/pdl-frontend/issues/15)

[unreleased]: https://github.com/policy-design-lab/pdl-frontend/compare/0.4.0...HEAD
[0.4.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/policy-design-lab/pdl-frontend/tag/0.3.0
[unreleased]: https://github.com/policy-design-lab/pdl-frontend/compare/0.5.0...HEAD
[0.5.0]: https://github.com/policy-design-lab/pdl-frontend/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/policy-design-lab/pdl-frontend/tag/0.4.0
Loading

0 comments on commit dcc9fdb

Please sign in to comment.