Skip to main content
Settings
Search
Appearance
Theme Mode
About
Jekyll v3.10.0
Environment Production
Last Build
2026-05-13 03:14 UTC
Current Environment Production
Build Time May 13, 03:14
Jekyll v3.10.0
Build env (JEKYLL_ENV) production
Page Location
Page Info
Layout default
Collection about
Path _about/contribute/contributing.md
URL /about/contributing
Date 2026-05-13
Theme Skin
SVG Backgrounds
Layer Opacity
0.6
0.04
0.08

contributing

By Amr

Estimated reading time: 0 minutes

Table of Contents

https://opensource.guide/

TODO: Right contribution instructions.

Here’s a list of contributors:

Start with Contribution framework

  • Collaboration Too: [Github]
  • Source Code Repo: [Github]
  • DevOps Model:
  • Tech Stack Design
  • Build instructions
  • Automated testing harness

Add your github profile as a subtree


cd ~/github/it-journey

# Add the GitHub profile repository as a remote repository

git remote add $GITHUB_USERNAME https://github.com/$GITHUB_USERNAME/$GITHUB_USERNAME.git

# Add the remote repository as a subtree

git subtree add --prefix=pages/_about/contributors/$GITHUB_USERNAME $GITHUB_USERNAME main