mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Documentation: revise the new feature process (#82)
This commit is contained in:
parent
4c41f23ec4
commit
3698961862
3 changed files with 81 additions and 71 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
about: Report a problem with Calculator
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
|
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,23 +1,43 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
about: Propose a new feature in the app
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Please describe your feature request.**
|
||||
<!--For more information see https://github.com/Microsoft/calculator/blob/master/docs/NewFeatureProcess.md -->
|
||||
<!--
|
||||
|
||||
**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 [...]-->
|
||||
See https://github.com/Microsoft/calculator/blob/master/docs/NewFeatureProcess.md for
|
||||
suggestions on how to write a good feature pitch. Just want to submit an idea quickly? Try Feedback
|
||||
Hub instead: https://insider.windows.com/en-us/fb/?contextid=130
|
||||
|
||||
**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.-->
|
||||
**Problem Statement**
|
||||
<!-- What problem are we trying to solve? Who’s the target audience? Is there a customer need or
|
||||
pain point we need to remedy? Is there a business goal or metric we are trying to improve? Do we
|
||||
have a hypothesis we want to prove or disprove? -->
|
||||
|
||||
**Additional context**
|
||||
<!--Add any other context or screenshots about the feature request here.-->
|
||||
**Evidence or User Insights**
|
||||
<!-- Why should we do this? Potential sources of data: Feedback Hub, other GitHub issues, other
|
||||
anecdotes from listening to customers in person or online, request from another team, telemetry
|
||||
data, user research, market or competitive research -->
|
||||
|
||||
**Proposal**
|
||||
<!-- How will the solution/feature help us solve the problem? How will it meet the target
|
||||
audience’s needs? If there are business goals or metrics, how does this improve them? -->
|
||||
|
||||
**Goals**
|
||||
<!-- What you want to accomplish with this feature. Typical examples include
|
||||
“User Can *perform some task*” -->
|
||||
|
||||
**Non-Goals**
|
||||
<!-- Things we are explicitly not doing or supporting or that are out of scope, including reasons
|
||||
why. -->
|
||||
|
||||
**Low-Fidelity Concept**
|
||||
<!-- Show as much of the experience as needed to explain the idea. This can be as simple as a
|
||||
napkin drawing but can also be a code prototype, a PowerPoint walkthrough, or a design
|
||||
comp. -->
|
Loading…
Add table
Add a link
Reference in a new issue