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

Last change on this file was bbb8b7a, checked in by Sebastian Huber <sebastian.huber@…>, on 05/19/23 at 05:34:36

Update company name

The embedded brains GmbH & Co. KG is the legal successor of embedded
brains GmbH.

  • Property mode set to 100644
File size: 957 bytes
Line 
1' SPDX-License-Identifier: CC-BY-SA-4.0
2
3' Copyright (C) 2019, 2020 embedded brains GmbH & Co. KG
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.