Skip to content

Commit 06f5807

Browse files
committed
try to put the steps into a box
1 parent 62f3f75 commit 06f5807

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div style="border:1px solid;padding:1em;">
2+
13
Following the steps you should perform after cloning this template repository:
24

35
1. execute init.sh
@@ -25,11 +27,13 @@ Following the steps you should perform after cloning this template repository:
2527
are left open
2628
=> you will typically add more jobs which run tests (sbt test or gradle build)
2729

28-
7. git commit -a -m "initialised"
29-
8. As last step, delete this section and you are ready to start with your new OSS project
30+
7. As last step, delete this section (including the TODO below) and you are ready to start with your new OSS project
31+
ps: use something like `git commit -a -m "initialised"`
3032

3133
TODO #4 delete the above
3234

35+
</div>
36+
3337
<!-- for main -->
3438

3539
[![Download](https://img.shields.io/badge/Download-v0.1.0-%23007ec6)](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/releases/tag/v0.1.0)
@@ -40,7 +44,7 @@ LICENSE_BADGE
4044
<!-- for main end -->
4145
<!-- for release -->
4246
<!--
43-
[![Download](https://img.shields.io/badge/Download-v1.1.0-%23007ec6)](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/releases/tag/v1.1.0)
47+
[![Download](https://img.shields.io/badge/Download-v0.1.0-%23007ec6)](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/releases/tag/v0.1.0)
4448
LICENSE_BADGE
4549
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/ORG_NAME_GITHUB/PROJECT_NAME_GITHUB/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
4650
-->

0 commit comments

Comments
 (0)