Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Production

Built with JEKYLL_ENV=production. Changes require deployment.

Quick Links
Theme & Build
Jekyll v3.10.0
Last Build Aug 11, 02:46
Page Location
Page Info
Layout default
Collection about
Path _about/contribute/contributing.md
URL /about/contributing
Date 2026-08-11

contributing

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