Skip to content

Commit 5717e0f

Browse files
robvanderveernorthdpole
authored andcommitted
Readme: moved header to the bottom to make people spot the readme sooner and updated contributing link
Signed-off-by: Rob van der Veer <[email protected]>
1 parent 7a11ef2 commit 5717e0f

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
2-
3-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
4-
[![GitHub Super-Linter](https://github.com/OWASP/common-requirement-enumeration/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
5-
[![Main Branch Build](https://github.com/OWASP/common-requirement-enumeration/workflows/Test/badge.svg?branch=main)](https://github.com/OWASP/OWASP/common-requirement-enumeration/workflows/Test)
6-
7-
[![Issues](https://img.shields.io/github/issues/owasp/common-requirement-enumeration)](https://github.com/OWASP/common-requirement-enumeration/issues)
8-
[![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
9-
![GitHub contributors](https://img.shields.io/github/contributors/owasp/common-requirement-enumeration)
10-
![GitHub last commit](https://img.shields.io/github/last-commit/owasp/common-requirement-enumeration)
11-
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/owasp/common-requirement-enumeration)
12-
13-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=400297709&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestEurope)
14-
15-
# OpenCRE
1+
# OpenCRE readme
162

173
Go to https://www.opencre.org to see OpenCRE working and more explanation.
184
OpenCRE stands for Open Common Requirement enumeration. It is an interactive content linking platform for uniting security standards and guidelines. It offers easy and robust access to relevant information when designing, developing, testing and procuring secure software.
@@ -24,7 +10,7 @@ OpenCRE consists of:
2410
- Tools and guidelines to contribute to the data and to run the application locally
2511

2612
# Contribute code or mappings
27-
To see how you can contribute to the application or to the data (catalog or standard mappings), see [Contributing](CONTRIBUTING.md).
13+
To see how you can contribute to the application or to the data (catalog or standard mappings), see [Contributing](docs/CONTRIBUTING.md).
2814
We really welcome you!
2915

3016
# Roadmap
@@ -120,3 +106,16 @@ You can run backend tests with
120106
You can run get a coverage report with
121107
<pre>make cover</pre>
122108
Try to keep the coverage above 70%
109+
110+
111+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
112+
[![GitHub Super-Linter](https://github.com/OWASP/common-requirement-enumeration/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
113+
[![Main Branch Build](https://github.com/OWASP/common-requirement-enumeration/workflows/Test/badge.svg?branch=main)](https://github.com/OWASP/OWASP/common-requirement-enumeration/workflows/Test)
114+
115+
[![Issues](https://img.shields.io/github/issues/owasp/common-requirement-enumeration)](https://github.com/OWASP/common-requirement-enumeration/issues)
116+
[![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
117+
![GitHub contributors](https://img.shields.io/github/contributors/owasp/common-requirement-enumeration)
118+
![GitHub last commit](https://img.shields.io/github/last-commit/owasp/common-requirement-enumeration)
119+
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/owasp/common-requirement-enumeration)
120+
121+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=400297709&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=WestEurope)

0 commit comments

Comments
 (0)