Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Bug report
about: Did you encounter something unexpected or incorrect in the Dataverse Frontend?
We'd like to hear about it!
title: ''
labels: 'Type: Bug'
labels: ''
assignees: ''

---

<!--
Expand Down
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-complete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature Complete
about: 'This template is for items related to the "Feature Complete" project. '
title: ''
labels: SPA Feature Complete
assignees: ''

---

## Summary

<!-- Briefly describe the problem or requested improvement. -->

## User need

As a **[user role]**, I want **[goal]**, so that **[benefit]**.

## Current behavior

<!-- What currently happens? For a new feature, describe the current limitation. -->

## Expected behavior

<!-- Describe the desired, observable behavior. -->

## Steps to reproduce

<!-- Required for bugs; remove if not applicable. -->
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Feature request
about: Suggest an idea or new feature for the Dataverse software!
title: 'Feature Request/Idea:'
labels: 'Type: Feature'
labels: ''
assignees: ''

---

<!--
Expand Down
Loading