├── .github └── issue_template.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Concerns for Open Source in California's SB 942 and AB 853 ├── GitHub AI Action RFI.pdf ├── GitHub Response to CA AI Frontier Models Draft Report.pdf ├── GitHub_US AI Regulatory Reform RFI .pdf ├── LICENSE ├── README.md ├── enisa-nis2-consultation-response.pdf └── issue-areas ├── global-collaboration.md ├── inclusion.md ├── innovation.md ├── open-source.md └── platform-responsibility.md /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Concerns for Open Source in California's SB 942 and AB 853: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/Concerns for Open Source in California's SB 942 and AB 853 -------------------------------------------------------------------------------- /GitHub AI Action RFI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/GitHub AI Action RFI.pdf -------------------------------------------------------------------------------- /GitHub Response to CA AI Frontier Models Draft Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/GitHub Response to CA AI Frontier Models Draft Report.pdf -------------------------------------------------------------------------------- /GitHub_US AI Regulatory Reform RFI .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/GitHub_US AI Regulatory Reform RFI .pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/README.md -------------------------------------------------------------------------------- /enisa-nis2-consultation-response.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/enisa-nis2-consultation-response.pdf -------------------------------------------------------------------------------- /issue-areas/global-collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/issue-areas/global-collaboration.md -------------------------------------------------------------------------------- /issue-areas/inclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/issue-areas/inclusion.md -------------------------------------------------------------------------------- /issue-areas/innovation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/issue-areas/innovation.md -------------------------------------------------------------------------------- /issue-areas/open-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/issue-areas/open-source.md -------------------------------------------------------------------------------- /issue-areas/platform-responsibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/developer-policy/HEAD/issue-areas/platform-responsibility.md --------------------------------------------------------------------------------