diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-05 17:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 17:30:58 -0500 |
commit | 5e1113ec772876faee13221ad1ce8b5ef4efbdba (patch) | |
tree | 45e94a2ad99ae5ec8274250bd2b2934c87db1344 | |
parent | 2fab4583ef3db0a3d8438ffa07f9e64db8190433 (diff) |
chore: move/remove some repo top level files (#16951)
-rw-r--r-- | .github/CODE_OF_CONDUCT.md (renamed from CODE_OF_CONDUCT.md) | 0 | ||||
-rw-r--r-- | .github/SECURITY.md (renamed from SECURITY.md) | 0 | ||||
-rw-r--r-- | docs/README.md | 3 |
3 files changed, 0 insertions, 3 deletions
diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 740967958..740967958 100644 --- a/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md diff --git a/SECURITY.md b/.github/SECURITY.md index c5680b2b0..c5680b2b0 100644 --- a/SECURITY.md +++ b/.github/SECURITY.md diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 9c52673a9..000000000 --- a/docs/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Documentation is available at: https://deno.land/manual - -Documentation repository is at: https://github.com/denoland/manual |