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