summaryrefslogtreecommitdiffstats
path: root/images/eng/req-modify.puml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-07-24 15:37:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-01-07 07:45:49 +0100
commitd412c5bf2a35bd6d24ef388d68a718390cfee41e (patch)
treeba203ab2101908e6ed82b594a907212b46013bda /images/eng/req-modify.puml
parenteng: Rework stakeholder chapter (diff)
downloadrtems-docs-d412c5bf2a35bd6d24ef388d68a718390cfee41e.tar.bz2
eng: Add Software Requirements Engineering chapter
Update #3715.
Diffstat (limited to 'images/eng/req-modify.puml')
-rw-r--r--images/eng/req-modify.puml34
1 files changed, 34 insertions, 0 deletions
diff --git a/images/eng/req-modify.puml b/images/eng/req-modify.puml
new file mode 100644
index 0000000..cb104a6
--- /dev/null
+++ b/images/eng/req-modify.puml
@@ -0,0 +1,34 @@
+' SPDX-License-Identifier: CC-BY-SA-4.0
+
+' Copyright (C) 2019 embedded brains GmbH
+
+@startuml
+
+start
+
+repeat
+ :Invoke: ""doorstop edit REQ"";
+
+ note right
+ For this activity the UID
+ of the requirement shall be REQ.
+ It is located in a file REQ.yml.
+ end note
+
+ :Edit the requirement according to your needs and save it;
+
+ :Commit REQ.yml with a proper message;
+
+ :Send the patch to the devel@rtems.org mailing list for review;
+repeat while (Reviewers demand changes in the modified requirement?) is (Yes)
+->No;
+
+if (Modified requirement was accepted by reviewers?) then (Yes)
+ :Push the commit to the project repository;
+else (No)
+ :Keep the requirement as is;
+endif
+
+stop
+
+@enduml