source: rtems-docs/images/eng/req-add.puml @ d4ba908

5
Last change on this file since d4ba908 was d4ba908, checked in by Sebastian Huber <sebastian.huber@…>, on 04/22/20 at 11:43:25

eng: Update requirements engineering chapter

Update requirements engineering chapter due to the removal of Doorstop
as the requirements management tool.

Update the application configuration related specification items.

Update #3715.

  • Property mode set to 100644
File size: 980 bytes
Line 
1' SPDX-License-Identifier: CC-BY-SA-4.0
2
3' Copyright (C) 2019, 2020 embedded brains GmbH (http://www.embedded-brains.de)
4
5@startuml
6
7start
8
9:Create file: ""spec/component/new.yml"";
10
11note right
12  Create a new file in the specification
13  directory.  For this activity its UID
14  shall be spec:/component/new.  It is
15  located in the file spec/component/new.yml.
16end note
17
18while (Needs a link to a parent requirement?) is (Yes)
19  :Add link to links attribute of file: ""spec/component/new.yml"";
20endwhile (No)
21
22repeat
23  :Edit file: ""spec/component/new.yml"";
24
25  :Add attributes according to your needs and save the file;
26
27  :Commit the changes with a proper message;
28
29  :Send the patch to the devel@rtems.org mailing list for review;
30repeat while (Reviewers demand changes in the new requirement?) is (Yes)
31->No;
32
33if (New requirement was accepted by reviewers?) then (Yes)
34  :Push the commit to the project repository;
35else (No)
36  :Discard the new requirement;
37endif
38
39stop
40
41@enduml
Note: See TracBrowser for help on using the repository browser.