From a0c3d6c32bef82b183d3cffd19ec4858deb9a8dc Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Sat, 26 Apr 2025 09:26:19 +1000 Subject: [PATCH] docs: contributing guidelines --- .github/CONTRIBUTING.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000000..2fcb9ceaf4f --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing Guidelines + +## Submitting a pull request + +First, please be sure to +[install Puppeteer](https://github.com/lucacasonato/deno-puppeteer#installation). +Then, please ensure `deno task ok` is run and successfully passes. diff --git a/README.md b/README.md index c428ca128d9..6576e4fabf0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ docs. ## Contributing We appreciate your help! To contribute, please read our -[contributing instructions](https://deno.com/manual/references/contributing#submitting-a-pr-to-fresh). +[contributing guideline](./.github/CONTRIBUTING.md). ## Adding your project to the showcase