mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Add PR and issue templates
This commit is contained in:
parent
566bd68620
commit
41bd556142
3 changed files with 80 additions and 0 deletions
26
.github/pull_request_template.md
vendored
Normal file
26
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!-- Reference the source of this Pull Request. -->
|
||||
<!-- Remove any which are not applicable. -->
|
||||
**Issue**: #
|
||||
|
||||
---
|
||||
|
||||
### Description
|
||||
<!-- Describe the changes made in this Pull Request and the reason for these changes. -->
|
||||
|
||||
### Steps to test:
|
||||
<!-- Describe the steps to replicate the issue and confirm the fix -->
|
||||
<!-- Try to include as many details as possible. -->
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
|
||||
### Documentation
|
||||
<!-- Will this change require new documentation or changes to existing documentation? -->
|
||||
<!-- A good way to answer it is to ask: will more than one customer ever need to know about this? -->
|
||||
- [ ] This PR needs documentation (has the "Documentation" label).
|
||||
<!-- For an extra 💯 include further details about which change requires documentation -->
|
||||
|
||||
### Changelog entry
|
||||
> Enter a summary of all changes on this Pull Request. This will appear in the changelog if accepted.
|
||||
|
||||
Closes # .
|
Loading…
Add table
Add a link
Reference in a new issue