├── .github ├── ISSUE_TEMPLATE │ ├── .github │ │ └── ISSUE_TEMPLATE │ │ │ └── c4gt_community.yml │ ├── DMP_2024.yml │ ├── DMP_2024_DESIGN.yml │ ├── beginner.yml │ ├── c4gt.md │ ├── c4gt_Community_old.yml │ └── c4gt_community.yml └── MILESTONE │ └── milestone.md ├── Community.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/.github/ISSUE_TEMPLATE/c4gt_community.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/.github/ISSUE_TEMPLATE/c4gt_community.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/DMP_2024.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/DMP_2024.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/DMP_2024_DESIGN.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/DMP_2024_DESIGN.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/beginner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/beginner.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/c4gt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/c4gt.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/c4gt_Community_old.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/c4gt_Community_old.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/c4gt_community.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/ISSUE_TEMPLATE/c4gt_community.yml -------------------------------------------------------------------------------- /.github/MILESTONE/milestone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/.github/MILESTONE/milestone.md -------------------------------------------------------------------------------- /Community.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/Community.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code4GovTech/C4GT/HEAD/README.md --------------------------------------------------------------------------------