From 351be67c72d3b6d4084f754adcfe10c63b4ece20 Mon Sep 17 00:00:00 2001 From: Brady Date: Thu, 19 Aug 2021 15:23:04 -0400 Subject: [PATCH] Addition of "user stories" to the HIP template (#124) --- hip-0000-template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hip-0000-template.md b/hip-0000-template.md index b688c43aa..5ec82a440 100644 --- a/hip-0000-template.md +++ b/hip-0000-template.md @@ -25,6 +25,10 @@ The rationale fleshes out the specification by describing why particular design The rationale should provide evidence of consensus within the community and discuss important objections or concerns raised during the discussion. +## User stories + +Provide a list of "user stories" to express how this feature, functionality, improvement, or tool will be used by the end user. Template for user story: “As (user persona), I want (to perform this action) so that (I can accomplish this goal).” + ## Specification The technical specification should describe the syntax and semantics of any new features. The specification should be detailed enough to allow competing, interoperable implementations for at least the current Hedera ecosystem. @@ -61,4 +65,4 @@ A collections of URLs used as references through the HIP. ## Copyright/license -This document is licensed under the Apache License, Version 2.0 -- see [LICENSE](../LICENSE) or (https://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file +This document is licensed under the Apache License, Version 2.0 -- see [LICENSE](../LICENSE) or (https://www.apache.org/licenses/LICENSE-2.0)