contributing

By Amr

Estimated reading time: 0 minutes

Edit on Github
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