Infos sur la contributions adaptées

This commit is contained in:
Cédric Abonnel 2024-07-21 16:24:52 +02:00
parent f8f93ed49b
commit b3d583aa83
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2024 cedricAbonnel / Cédrix Copyright (c) 2024 Cédrix
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -31,7 +31,7 @@ Le dépôt est organisé en différentes catégories pour faciliter la navigatio
Les contributions sont les bienvenues ! Si vous avez des suggestions, des corrections ou de nouvelles notes à ajouter, veuillez suivre les étapes suivantes : Les contributions sont les bienvenues ! Si vous avez des suggestions, des corrections ou de nouvelles notes à ajouter, veuillez suivre les étapes suivantes :
1. **Fork le dépôt** 1. **Fork le dépôt**
2. **Cloner votre fork** : `git clone https://github.com/votre-utilisateur/votre-repo.git` 2. **Cloner votre fork** : `git clone https://xxxx/votre-utilisateur/votre-repo.git`
3. **Créer une branche** : `git checkout -b ma-nouvelle-branche` 3. **Créer une branche** : `git checkout -b ma-nouvelle-branche`
4. **Faire des modifications** 4. **Faire des modifications**
5. **Commits** : `git add .` puis `git commit -m "Ajouter une nouvelle note sur [sujet]"` 5. **Commits** : `git add .` puis `git commit -m "Ajouter une nouvelle note sur [sujet]"`

View File

@ -8,7 +8,7 @@ Merci de votre intérêt pour contribuer à ce projet ! Vos contributions sont e
2. **Cloner votre fork** : Clonez le dépôt forké sur votre machine locale. 2. **Cloner votre fork** : Clonez le dépôt forké sur votre machine locale.
```bash ```bash
git clone https://github.com/votre-utilisateur/votre-repo.git git clone https://xxxx/votre-utilisateur/votre-repo.git
``` ```
3. **Créer une branche** : Créez une nouvelle branche pour votre fonctionnalité ou correction. 3. **Créer une branche** : Créez une nouvelle branche pour votre fonctionnalité ou correction.
@ -29,7 +29,7 @@ Merci de votre intérêt pour contribuer à ce projet ! Vos contributions sont e
git push origin ma-nouvelle-branche git push origin ma-nouvelle-branche
``` ```
7. **Créer une Pull Request** : Allez sur la page de votre dépôt forké sur GitHub et cliquez sur "New Pull Request". Décrivez vos modifications dans la description de la Pull Request. 7. **Créer une Pull Request** : Allez sur la page de votre dépôt forké et cliquez sur "New Pull Request". Décrivez vos modifications dans la description de la Pull Request.
## Lignes Directrices pour les Contributions ## Lignes Directrices pour les Contributions

View File

@ -1,6 +1,6 @@
# Créer une autorité de certification (CA) privée # Créer une autorité de certification (CA) privée
Cédric Abonnel - 2024-07-21 Cédrix - 2024-07-21
## Introduction ## Introduction