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 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). ---