מטרת הפרוייקט היא תרומה של קובץ md שיוצג באתגר בחלק של poeple. דוגמה לתרומה מוצלחת אפשר לראות פה- דוגמא לתרומה
כאשר אתם פותחים issue חדש יש לכם אפשרות לפתוח אישיו של הוספת md, בחרו get started והכניסו אישיו. כאשר תשימו את הלייבל 'md' על האישיו - באופן אוטומטי תשובצו לקבל אחריות עליו.
מדריך באנגלית של גיטהאב לפתיחת issue
מדריך באנגלית של גיטהאב לפתיחת fork
מדריך באנגלית של גיטהאב לפתיחת clone מקומי
מדריך באנגלית של גיטהאב לפתיחת בראנץ'
הפקודות הנדרשות ל commit ול push הן:
git commit -m "your commit message"
git push --set-upstream origin <branch-name>
שימו לב ששם branch זה משהו שיצרתם בסעיף 4
מדריך באנגלית של גיטהאב לפתיחת pull-request
ומה שנשאר זה שהמתחזק של הפרוייקט יאשר את ה pull-request שלכם! ואז תוכלו לראות את הקובץ שהוספתם בכתובת הזו באינטרנט: https://melodious-muffin-2be5a1.netlify.app/docs/intro/ כשתפתחו בתפריט את people :)
This website is built using Docusaurus 2, a modern static website generator.
$ npm install
$ npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.