shir22 / pull-request-community-website

Pull request community

Home Page:https://pullrequest.co.il/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull Request Community Pages

View it online: https://pullrequest.co.il/

Adding your profile

What to write?

First of all, please write in Hebrew. Share things that will help other people know what makes you unique: hobbies, talents, fun-facts, technologies that you love.

Here are some examples of things that can fit well:

✅ מדברת סינית שוטפת
✅ מתנדב במד"א
✅ חובבת מושבעת של בדיקות אוטומטיות וקוד מסודר
✅ אוהב לאפות עוגות וקינוחים
✅ לשעבר תלמיד ישיבה
✅ מנגנת בחליל פן
✅ גולש רוח וגלים וצולל בכל הזדמנות אפשרית
✅ מתנדבת בשיקודס
✅ בזמני הפנוי אוהב לתופף, להקליט ולהופיע עם הלהקה שלי

And these are examples of things that don't really add value, they may sound "smart" but when other people read it, it doesn't help them connect with you:

🚫 אוהב לקודד ולישון, לא בהכרח בסדר הזה
🚫 It's okay password, I'm insecure too
🚫 מחליף תחביבים כל שבוע, מוזמנים לשאול אותי מה הפעם.

The technical stuff

You can add / update your personal profile by creating a Pull Request to this repo:

  1. Create a new JSON file in the people directory, and name it as your GitHub username.
    e.g. If you GitHub user is MichalPorag, MichalPorag.json.

    The JSON file should look something like:

    {
      "name": "השם שלך",
      "github": "Your GitHub Username (not link, just the username)",
      "facebook": "Link to your Facebook Profile (optional)",
      "twitter": "Link to your Twitter Profile (optional)",
      "linkedin": "Link to your LinkedIn page (optional)",
      "stackoverflow": "Link to your Stack Overflow page (optional)",
      "website": "Link to your personal blog / website (optional)",
      "mastodon": "Link to your personal Mastodon profile (optional)",
      "description": "פסקה או שתיים על עצמך: רקע מקצועי, עבודה, תחביבים ומה שחשוב לך שהחברים בקבוצה ידעו"
    }

    The name and description fields are required and need to be in Hebrew.
    All the other fields are optional.

    Use the description field to introduce yourself: technologies that you love, hobbies, fun-facts, and anything that you are passionate about. Are you an architect? Do you speak Chinese? Studied amusement park and roller coaster engineering? This is the place to brag!

  2. By default, we'll use your GitHub photo. There's currently an open issue to allow custom profile photos.

  3. Create a pull request with new files.

Running a development environment

In the cloud

Open the project in CodeSandbox to start hacking in your browser.

Locally

First, make sure you have all the dependencies installed by running

npm install

Then, run the local development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Contributing to the project:

If you are interested in contributing to the project, please follow this guide.

About

Pull request community

https://pullrequest.co.il/

License:MIT License


Languages

Language:TypeScript 78.9%Language:SCSS 19.3%Language:JavaScript 1.6%Language:Shell 0.2%