I write educational content about Bitcoin.
/professors folder on our GitHub repository. If your profile already exists, find your login in the professor.yml file.Add a new teacher with our software
1 - Configure your local environment
dev) of your Fork with the source repository.# Cloner votre fork (si ce n'est pas déjà fait) git clone https://github.com/<username>/bitcoin-educational-content.git cd bitcoin-educational-content # Ajouter le dépôt source en tant que remote upstream git remote add upstream https://github.com/PlanB-Network/bitcoin-educational-content.git # Récupérer les dernières modifications depuis le dépôt source git fetch upstream # Se positionner sur la branche principale 'dev' git checkout dev # Fusionner les modifications de la branche 'dev' du dépôt source dans votre fork git merge upstream/dev # Pousser les mises à jour vers votre fork sur GitHub git push origin dev
2 - Create a new branch
dev branch. Create a new branch with a descriptive name (e.g. add-professor-loic-morel).# Assurez-vous d’être sur la branche 'dev' git checkout dev # Créez une nouvelle branche avec un nom descriptif git checkout -b add-professor-loic-morel # Publiez cette branche sur votre fork en ligne git push -u origin add-professor-loic-morel
3 - Create your teacher profile
scripts/tutorial-related/data-creator/ folder on your local clone. Make sure you've installed all the dependencies required for the software, having first installed Python:pip install -r requirements.txt
python3 main.py
- Name of your teacher file (use your first and last name or a pseudonym, in lower case) ;
- Your name or nickname ;
- Your website and profile X (optional) ;
- A Lightning address to receive donations from readers (optional) ;
- Select 2 or 3 tags from the list;
- Click on "Select Image" to choose a profile image from your local folders (any name and format can be used for the image, and the software will adapt it automatically. Just make sure the image is square);
- Write a short description of your profile.
# Créez un commit avec un message descriptif git commit -m "*new professor Loïc Morel*" # Poussez vos modifications sur votre fork git push origin add-professor-loic-morel
4 - Proofreading and merging
# Créez un commit décrivant les corrections apportées git commit -m "*Corrections suite à la revue du tutoriel green-wallet*" # Poussez les corrections sur votre fork git push origin add-professor-loic-morel
Modify your teacher profile
professor.yml file or in the markdown file, depending on the information to be corrected. Once you've made your changes locally, push them to your Fork and submit a PR.
dev branch of the Plan ₿ Academy repository (which is the main branch).Author
This tutorial has been written by Loïc Morel
You can say thanks by tipping the professor.
Credits
This tutorial has not been proofread yet
The original content has been translated by AI, but human review is necessary to ensure its accuracy.
1 743 sats872 sats436 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.
