From e6a2feecc24e356a9b27f6226fd1cce605154ab7 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 18:09:54 +0000 Subject: [PATCH 1/2] fix: correct license reference to match LICENSE.md Co-Authored-By: Thuong Huynh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c0411f6..71a41576 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Run `/feedback` from within the CLI to submit a confidential feedback survey. ## License -This project is licensed under the [Command Code License](LICENSE.md). +This project is licensed under the [GitHub Copilot CLI License](LICENSE.md). --- From 6fa2c008f62d439fd9073ce43465cc4a1bffb959 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:10:09 +0000 Subject: [PATCH 2/2] docs: add pull request template Co-Authored-By: Hoai thuong Nguyen van --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..1f061a90 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +## Description + + + +## Type of Change + +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update +- [ ] Refactoring (no functional changes) +- [ ] Performance improvement + +## Testing + + + +## Checklist + +- [ ] My code follows the project's code style +- [ ] I have tested my changes locally +- [ ] I have added/updated documentation as needed +- [ ] My changes do not introduce new warnings