Skip to content

Commit ee5f594

Browse files
yaperez-anssihg-anssi
authored andcommitted
update README with pointers to ANSSI open source policy
1 parent a568dcf commit ee5f594

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

README.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Guide to develop secure applications with Rust
2+
![badge_repo](https://img.shields.io/badge/ANSSI--FR-rust--guide-white)
3+
[![category_badge_doctrinal](https://img.shields.io/badge/category-doctrinal-%23e9c7e7)](https://github.com/ANSSI-FR#types-de-projets)
4+
[![openess_badge_A](https://img.shields.io/badge/code.gouv.fr-collaborative-blue)](https://documentation.ouvert.numerique.gouv.fr/les-parcours-de-documentation/ouvrir-un-projet-num%C3%A9rique/#niveau-ouverture)
5+
6+
## French Cybersecurity Agency (ANSSI)
7+
8+
<img src="https://www.sgdsn.gouv.fr/files/styles/ds_image_paragraphe/public/files/Notre_Organisation/logo_anssi.png" alt="ANSSI logo" width="30%">
9+
10+
*This projet is managed by [ANSSI](https://cyber.gouv.fr/). To find out more,
11+
you can go to the
12+
[page](https://cyber.gouv.fr/enjeux-technologiques/open-source/) (in French)
13+
dedicated to the ANSSI open source strategy. You can also click on the badges
14+
above to learn more about their meaning*.
215

316
## Objectives
417

@@ -40,29 +53,7 @@ $ mdbook serve -o
4053

4154
## Call for Contributions
4255

43-
At this time, this guide is intended to be a living document. It still lacks
44-
important points and details, and future versions of the language and compiler
45-
may render some recommendations obsolete. We are eager to discuss and to receive
46-
contributions from anyone who is aware of common or uncommon pitfalls to avoid,
47-
or good coding practices and tools that can help building more robust software
48-
with the Rust language.
49-
50-
Thus, feel free to create pull requests to suggest recommendations or
51-
modifications, or to submit an issue to start discussions. Specifically, please
52-
opt for a *pull request* for small changes like:
53-
54-
- complementing a paragraph,
55-
- adding a small example in the form of code snippet,
56-
- updating some information
57-
- fixing typos and English mistakes,
58-
- etc.
59-
60-
and for an *issue* in case of more substantive changes:
61-
62-
- suggesting a new recommendation,
63-
- discussing controversial points,
64-
- rewording a consistent part of the text,
65-
- etc.
56+
See [CONTRIBUTING.md](CONTRIBUTING.md).
6657

6758
## Licence
6859

0 commit comments

Comments
 (0)