Skip to content
@Open-Source-Azerbaijan

Open Source Azerbaijan

Open Source Community of Azerbaijan

Hi there 👋

Contribution guide:

Current Priority Project

Translation of Linuxize:

  1. Select item you would like to work with from Project Board

  2. Clone repository to your local machine from origin

git clone [email protected]:Open-Source-Azerbaijan/linuxjourney.git && cd linuxjourney
  1. Create branch for your assignement (example: file-permissions)
git checkout -b file-permissions
  1. Do your changes to files

  2. Check for changes

git status
  1. Add files you want to add/commit (example file-permissions)

Add all files:

git add -A .

OR

Add interactively one by one:

git add -i

OR

Add only part of changes made:

git add -e
  1. Create commit with message (message shall describe changes clearly)
git commit -m "updated some text"
  1. Set origin (example file-permissions branch)
git push --set-upstream origin file-permissions 
  1. Push changes to origin
git push
  1. Create draft pull request it is easier done from github interface: image

  2. And because this is Forked from linuxjourney, and we plan to commit all changes to it later all together Select Open Source Azerbaijan as target for PR image

  3. Also we need to select not only Repositry but a proper branch for PR (select Main, not master!) image

image

  1. Pull request for community are simple, please select required fields as shown on picture image

  2. Finally Create Draft PR and send notification to Comminity Telegram Channel

Popular repositories Loading

  1. linuxjourney linuxjourney Public

    Forked from cindyq/linuxjourney

    Courses and lesson content for linuxjourney.com

    2 1

  2. You-Dont-Know-JS You-Dont-Know-JS Public

    Forked from getify/You-Dont-Know-JS

    A book series on JavaScript. @YDKJS on twitter.

  3. translated-content translated-content Public

    Forked from mdn/translated-content

    The source repository of all translated content for MDN Web Docs

    Markdown

  4. .github .github Public

    In Source We Trust

  5. wildduck wildduck Public

    Forked from nodemailer/wildduck

    Opinionated email server

    JavaScript

  6. wildduck-dockerized wildduck-dockerized Public

    Forked from nodemailer/wildduck-dockerized

    Wildduck: dockerized - 🦆+🐋=❤

    Shell

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…