From 601079795a26db3e48d3043f75f98daff6f0aa89 Mon Sep 17 00:00:00 2001 From: Justin Reardon Date: Wed, 2 Sep 2026 10:07:30 -0400 Subject: [PATCH] Add default PR template and CONTRIBUTING --- .github/pull_request_template.md | 17 +++++++++++++++++ CONTRIBUTING.md | 12 ++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CONTRIBUTING.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..8ee977a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0980d51 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributing + +Contributors are expected to follow the [Typelevel Contributing Guide][tcg] and [Typelevel Code of Conduct][coc] + +If you are a new contributor, see the [Start Contributing Guide][scg]. + +> [!CAUTION] +> We do not permit the use of AI tools to generate issues or pull request descriptions. + +[tcg]: https://typelevel.org/projects/contributing-guide +[coc]: https://typelevel.org/code-of-conduct/ +[scg]: https://typelevel.org/community/start-contributing