This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 2dbc93d6 Added PR template link (#2072)
2dbc93d6 is described below
commit 2dbc93d67eb27dc898ef5a457f21b71fdb791068
Author: Prajwal Borkar <[email protected]>
AuthorDate: Mon Jun 6 12:17:26 2022 +0530
Added PR template link (#2072)
---
.github/pull_request_template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 136bc064..6e054784 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,7 +2,7 @@
> Please complete _ALL_ items in this checklist, and remove before submitting
-- [ ] I have read through the
[Contributing](https://devlake.apache.org/community/) Documentation
+- [ ] I have read through the
[Contributing](https://devlake.apache.org/community/) Documentation & [PR
Template](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
- [ ] This PR is using a `label` (bug, feature etc.)
- [ ] My code is has necessary documentation (if appropriate)
- [ ] I have added any relevant tests