From 9b2b4ea60ea2ed4991d9afc670ef9bf332b52f10 Mon Sep 17 00:00:00 2001 From: "nahee.app" Date: Mon, 11 Nov 2024 23:50:19 -0500 Subject: [PATCH] prettier and coderabbit (#26) * prettier and coderabbit * pr template --- .coderabbit.yaml | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .coderabbit.yaml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..e1dd5c811 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,15 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: 'en-US' +early_access: false +reviews: + profile: 'chill' + request_changes_workflow: false + high_level_summary: true + poem: true + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false +chat: + auto_reply: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..eb70b2820 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +### Description + + + +### Type(s) of changes + + + +- [ ] Bug fix +- [ ] New feature +- [ ] Update to an existing feature + +### Motivation for PR + + + +### How Has This Been Tested? + + + +### Applicable screenshots + + + +### Follow-up PR + +