source: rtems-docs/images/eng/req-modify.puml @ d412c5b

5
Last change on this file since d412c5b was d412c5b, checked in by Sebastian Huber <sebastian.huber@…>, on 07/24/19 at 13:37:27

eng: Add Software Requirements Engineering chapter

Update #3715.

  • Property mode set to 100644
File size: 700 bytes
RevLine 
[d412c5b]1' SPDX-License-Identifier: CC-BY-SA-4.0
2
3' Copyright (C) 2019 embedded brains GmbH
4
5@startuml
6
7start
8
9repeat
10  :Invoke: ""doorstop edit REQ"";
11
12  note right
13    For this activity the UID
14    of the requirement shall be REQ.
15    It is located in a file REQ.yml.
16  end note
17
18  :Edit the requirement according to your needs and save it;
19
20  :Commit REQ.yml with a proper message;
21
22  :Send the patch to the devel@rtems.org mailing list for review;
23repeat while (Reviewers demand changes in the modified requirement?) is (Yes)
24->No;
25
26if (Modified requirement was accepted by reviewers?) then (Yes)
27  :Push the commit to the project repository;
28else (No)
29  :Keep the requirement as is;
30endif
31
32stop
33
34@enduml
Note: See TracBrowser for help on using the repository browser.