├── .github └── workflows │ └── release_pdf.yml ├── 0 Introduction └── 0 Introduction.md ├── 1 Purposing └── 1 Purposing.md ├── 4 Practices ├── 4 Practices.md └── Resources │ └── PullRequest.png └── README.md /.github/workflows/release_pdf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassanhabib/The-Standard-Team/HEAD/.github/workflows/release_pdf.yml -------------------------------------------------------------------------------- /0 Introduction/0 Introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassanhabib/The-Standard-Team/HEAD/0 Introduction/0 Introduction.md -------------------------------------------------------------------------------- /1 Purposing/1 Purposing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassanhabib/The-Standard-Team/HEAD/1 Purposing/1 Purposing.md -------------------------------------------------------------------------------- /4 Practices/4 Practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassanhabib/The-Standard-Team/HEAD/4 Practices/4 Practices.md -------------------------------------------------------------------------------- /4 Practices/Resources/PullRequest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassanhabib/The-Standard-Team/HEAD/4 Practices/Resources/PullRequest.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassanhabib/The-Standard-Team/HEAD/README.md --------------------------------------------------------------------------------