You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/08/31 13:38:50 UTC

[incubator-devlake-website] branch main updated: docs: add a pr template

This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 62c81aba docs: add a pr template
62c81aba is described below

commit 62c81aba06865967924ffea3d45bdcaf8e3dbb08
Author: Startrekzky <ka...@merico.dev>
AuthorDate: Wed Aug 31 21:30:51 2022 +0800

    docs: add a pr template
---
 .github/workflows/pull_request_template.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.github/workflows/pull_request_template.md b/.github/workflows/pull_request_template.md
new file mode 100644
index 00000000..d9d09e94
--- /dev/null
+++ b/.github/workflows/pull_request_template.md
@@ -0,0 +1,24 @@
+### ⚠️ &nbsp;&nbsp;Pre Checklist
+
+> Please complete _ALL_ items in this checklist, and remove before submitting
+
+- [ ] I have `run npm build` and `run npm serve` locally before submitting this PR
+- [ ] I have read through the [Contributing](https://devlake.apache.org/community/) Documentation
+
+# Summary
+
+<!--
+Thanks for submitting a pull request!
+
+We appreciate you spending the time to work on these changes.
+Please fill out as many sections below as possible.
+-->
+
+### Does this close any open issues?
+Closes xx
+
+### Screenshots
+Include any relevant screenshots here.
+
+### Other Information
+Any other information that is important to this PR.