From 73fdad6ea203e08698d7ce6967e6e0bb66087f75 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 16 Feb 2024 18:27:36 -0600 Subject: [PATCH] infra: source github templates (#1425) ## What - Adds PR and Issue templates. ## Meta What do you think about vendoring some of the general things from ruff and other repos into a `.github` repo. This way one change against a "generalized template" or config would propagate to all repos in the org. Mainly thinking about issue/pr templates and other common [community health files](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file) ([example](https://github.com/litestar-org/.github)) --- .github/ISSUE_TEMPLATE.md | 10 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..63831ee43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,10 @@ + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..df8213b0a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +## Summary + + + +## Test Plan + +