This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
Update user story issue template #984
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,11 +8,47 @@ body: | |
| id: description | ||
| attributes: | ||
| label: Description | ||
| description: Describe the need. Why is it needed? What is the expected outcome? What is the impact? | ||
| placeholder: Describe the task | ||
| description: What is the feature? What is the expected outcome? Why does it matter? Who benefits? (If there are specific requests for this functionality, link to them.) | ||
| placeholder: Describe the feature... | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| id: implementation | ||
| attributes: | ||
| label: How it works | ||
| description: What is the key functionality? How does a user access or enable it? Are there any dependencies or prerequisites? | ||
| placeholder: Describe the functionality... | ||
|
|
||
| - type: textarea | ||
| id: use_cases | ||
| attributes: | ||
| label: Use cases | ||
| description: What are the primary use cases? Why is it uniquely valuable? How is it different than existing solutions? | ||
| placeholder: Describe the use cases that are enabled... | ||
|
|
||
| - type: input | ||
| id: release_date | ||
| attributes: | ||
| label: Release date | ||
| description: Estimated release date (yyyy-mm-dd) | ||
| placeholder: yyyy-mm-dd | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: dropdown | ||
| id: release_tier | ||
| attributes: | ||
| label: Release tier | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would this even been known at this point? If it means someone needs to discuss with marketing first and have it planned to this degree, I would say we are still to new and in discovery to be planning this much. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. I think we should remove 'release tier' from the brief. |
||
| description: What's the release tier and requisite marketing support? | ||
| options: | ||
| - Tier 1 | ||
| - Tier 2 | ||
| - Tier 3 | ||
| default: 2 | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| id: additional-context | ||
| attributes: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No one would know this at this point, it would still need to go through backlog prioritization and even then, if something more important comes up, it could well get dropped.