Skip to content

Commit ff37632

Browse files
committed
some wording improvements and mention of example
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 7b08ae9 commit ff37632

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

standards/certification/pipeline.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## How to add a new test subject in 8 easy steps
44

5-
This is a how-to guide for adding your own subject if you so desire. This will probably be the quickest way,
5+
This is a how-to guide for adding your own subject if you so desire. This way will probably be quickest,
66
but we are of course happy to help.
77

88
### for SCS-compatible IaaS
@@ -13,6 +13,11 @@ to be used for purposes other than compliance testing (such as the
1313
[SCS Health Monitor](https://github.com/SovereignCloudStack/scs-health-monitor)).
1414

1515
1. Create an application credential. It must be possible to create resources such as servers, routers, etc.
16+
17+
In the next steps, we are going to create a pull request that is very similar to real-life example that
18+
[adds the test subject `scaleup-occ2`](https://github.com/SovereignCloudStack/standards/pull/797).
19+
(However, note that this example also adds an optional GitHub workflow, which we won't do here.)
20+
1621
2. Create a new branch in [the standards repository](https://github.com/SovereignCloudStack/standards):
1722

1823
- `git clone [email protected]:SovereignCloudStack/standards.git`
@@ -135,5 +140,5 @@ to be used for purposes other than compliance testing (such as the
135140

136141
```shell
137142
git commit -asm "Add SUBJECT_NAME"
138-
git push
143+
git push # the output of this command will show you the URL for creating the pull request
139144
```

0 commit comments

Comments
 (0)