diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:19 +0000 |
commit | 0b6210cd37b68b94252cb798598b12974a20e1c1 (patch) | |
tree | e371686554a877842d95aa94f100bee552ff2a8e /.github/PULL_REQUEST_TEMPLATE.md | |
parent | Initial commit. (diff) | |
download | node-undici-0b6210cd37b68b94252cb798598b12974a20e1c1.tar.xz node-undici-0b6210cd37b68b94252cb798598b12974a20e1c1.zip |
Adding upstream version 5.28.2+dfsg1+~cs23.11.12.3.upstream/5.28.2+dfsg1+_cs23.11.12.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2620ffb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,53 @@ +<!-- +Before submitting a Pull Request, please read our contribution guidelines, which +can be found at CONTRIBUTING.md in the repository root. + +For code changes: +1. Include tests for any bug fixes or new features. +2. Update documentation if relevant. +3. Ensure that tests and linting pass. + +You will also need to ensure that your contribution complies with the +Developer's Certificate of Origin, outlined in CONTRIBUTING.md +--> + +## This relates to... + +<!-- List the issues this resolves or relates to here (if applicable) --> + +## Rationale + +<!-- Briefly explain the purpose of this pull request, if not already +justifiable with the above section. If it is, you may omit this section. --> + +## Changes + +<!-- Write a summary or list of changes here --> + +### Features + +<!-- List the new features here (if applicable), or write N/A if not --> + +### Bug Fixes + +<!-- List the fixed bugs here (if applicable), or write N/A if not --> + +### Breaking Changes and Deprecations + +<!-- List the breaking changes (changes that modify the existing API) and +deprecations (removed features) here --> + +## Status + +<!-- KEY: S = Skipped, x = complete --> + + +- [ ] I have read and agreed to the [Developer's Certificate of Origin][cert] +- [ ] Tested +- [ ] Benchmarked (**optional**) +- [ ] Documented +- [ ] Review ready +- [ ] In review +- [ ] Merge ready + +[cert]: https://github.com/nodejs/undici/blob/main/CONTRIBUTING.md |