]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
feat: pr template (#483)
authorYordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com>
Wed, 10 Apr 2024 08:00:42 +0000 (11:00 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 08:00:42 +0000 (16:00 +0800)
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..4e7b45a
--- /dev/null
@@ -0,0 +1,13 @@
+### Description
+
+<!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explored? Are there any parts you think require more attention from reviewers? -->
+
+<!----------------------------------------------------------------------
+Before creating the pull request, please make sure you do the following:
+
+- Read the Contributing Guidelines at https://github.com/vuejs/create-vue/blob/main/CONTRIBUTING.md
+- Check that there isn't already a PR that solves the problem. If you find a duplicate, please help us reviewing it.
+- Include relevant tests.
+
+Thank you for contributing to create-vue!
+----------------------------------------------------------------------->
\ No newline at end of file