Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ng-dialog/.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--node_modules/ng-dialog/.github/PULL_REQUEST_TEMPLATE.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/node_modules/ng-dialog/.github/PULL_REQUEST_TEMPLATE.md b/node_modules/ng-dialog/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..67b4504bfd
--- /dev/null
+++ b/node_modules/ng-dialog/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,26 @@
+<!--
+Note that leaving sections blank will make it difficult for us understand what this PR is for and it may be closed.
+-->
+
+**What issue is this PR resolving? Alternatively, please describe the bugfix/enhancement this PR aims to provide**
+<!--
+Provide a general description of the code changes in your pull
+request. If bugs were fixed, please document the changes and why
+they were introduced.
+
+Please ensure that your PR contains test cases that cover all new
+code and any changes to existing code. Without tests, your PR is
+likely to be closed without merging.
+
+If the build is not green, your PR may be closed without merging.
+
+If you do not understand why the build is not green, please ask! We might be able to help.
+-->
+
+**Have you provided unit tests that either prove the bugfix or cover the enhancement?**
+
+**Related issues**
+<!--
+Please review the (https://github.com/likeastore/ng-dialog/issues)
+page, and link any issues that are addressed or related to this PR.
+-->