You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/04 13:27:26 UTC

[streampipes] branch dev updated: [#808] simplify & update PR template (#840)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 6837e12d0 [#808] simplify & update PR template (#840)
6837e12d0 is described below

commit 6837e12d0a8381633e7abc3ec8c7e1e87f92bce7
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Sun Dec 4 14:27:20 2022 +0100

    [#808] simplify & update PR template (#840)
---
 .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++----------------
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6fec9f1a7..48fdf4a6c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -24,30 +24,26 @@ Thanks for contributing! Here are some tips you can follow to help us incorporat
 2. Make sure the PR title is formatted like: `[#<GitHub issue id>] PR title ...`
 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., `[WIP][#<GitHub issue id>] PR title ...`.
 4. Please write your PR title to summarize what this PR proposes/fixes.
-5. Be sure to keep the PR description updated to reflect all changes.
-6. If possible, provide a concise example to reproduce the issue for a faster review.
-7. Make sure tests pass via `mvn clean install`.
-8. (Optional) If the contribution is large, please file an Apache ICLA
+5. Link the PR to the corresponding GitHub issue (if present) in the `Development` section in the right menu bar. 
+6. Be sure to keep the PR description updated to reflect all changes.
+7. If possible, provide a concise example to reproduce the issue for a faster review.
+8. Make sure tests pass via `mvn clean install`.
+9. (Optional) If the contribution is large, please file an Apache ICLA
     - http://apache.org/licenses/icla.pdf
 -->
 
 ### Purpose
 <!--
 Please clarify what changes you are proposing and describe how those changes will address the issue.
--->
-
-### Approach
-<!--
-Describe how you are implementing the solutions along with the design details.
--->
-
-### Samples
-<!--
-Provide high-level details about the samples related to this feature.
+Furthermore, describe potential consequences the changes might have.
 -->
 
 ### Remarks
 <!--
-List related issues/PRs, link to discussions in the mailing list, todo items, or any other notes related to the PR.
+Is there anything left we need to pay attention on?
+Are there some references that might be important? E.g. links to Confluence, or discussions
+on the mailing list or GitHub.
 -->
-Fixes: <GitHub issue link>
+PR introduces (a) breaking change(s): <yes/no>
+
+PR introduces (a) deprecation(s): <yes/no>