The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #11761 from Sudha247/code-of-conduct

Add Code of Conduct.

authored by

Xavier Leroy and committed by
GitHub
7942816c 026ce3af

+9
+2
.gitattributes
··· 52 52 tools/mantis2gh_stripped.csv typo.missing-header 53 53 META.in typo.missing-header 54 54 55 + # Hyperlinks and other markup features cause long lines 55 56 *.adoc typo.long-line=may typo.very-long-line=may 57 + *.md typo.long-line=may typo.very-long-line=may 56 58 57 59 # Github templates and scripts lack headers, have long lines 58 60 /.github/** typo.missing-header typo.long-line=may typo.very-long-line=may
+7
CODE_OF_CONDUCT.md
··· 1 + # Code of Conduct 2 + 3 + This project has adopted the [OCaml Code of Conduct](https://github.com/ocaml/code-of-conduct/blob/main/CODE_OF_CONDUCT.md). 4 + 5 + # Enforcement 6 + 7 + This project follows the OCaml Code of Conduct [enforcement policy](https://github.com/ocaml/code-of-conduct/blob/main/CODE_OF_CONDUCT.md#enforcement).