Skip to content

Commit

Permalink
Merge pull request #16881 from webpack/feature/beta-test-github-templ…
Browse files Browse the repository at this point in the history
…ate-copilot-for-pr

Enable GitHub Copilot for PR's into default Pull Request Template
  • Loading branch information
TheLarkInn committed Mar 29, 2023
2 parents a3ab4e7 + fdcdc2d commit ae9f0e0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,23 +1,13 @@
<!-- The webpack team is currently a beta pilot for GitHub Copilot for Pull Requests, please leave this template unchanged for now -->

<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
<!-- Try to link to an open issue for more information. -->

## Summary
<!-- cspell:disable-next-line -->
copilot:summary

<!-- In addition to that please answer these questions: -->

**What kind of change does this PR introduce?**

<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->

**Did you add tests for your changes?**

<!-- Note that we won't merge your changes if you don't add tests -->

**Does this PR introduce a breaking change?**

<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->

**What needs to be documented once your changes are merged?**

<!-- List all the information that needs to be added to the documentation after merge -->
<!-- When your changes are merged you will be asked to contribute this to the documentation -->
## Details
<!-- cspell:disable-next-line -->
copliot:walkthrough
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE_ORIGINAL.md
@@ -0,0 +1,23 @@
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->
<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
<!-- Try to link to an open issue for more information. -->


<!-- In addition to that please answer these questions: -->

**What kind of change does this PR introduce?**

<!-- E.g. a bugfix, feature, refactoring, build related change, etc… -->

**Did you add tests for your changes?**

<!-- Note that we won't merge your changes if you don't add tests -->

**Does this PR introduce a breaking change?**

<!-- If this PR introduces a breaking change, please describe the impact and a migration path for existing applications. -->

**What needs to be documented once your changes are merged?**

<!-- List all the information that needs to be added to the documentation after merge -->
<!-- When your changes are merged you will be asked to contribute this to the documentation -->

0 comments on commit ae9f0e0

Please sign in to comment.