You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/06/14 18:11:34 UTC

[beam-starter-java] branch main updated: Use GitHub issues instead of Jira (#3)

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

tvalentyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-java.git


The following commit(s) were added to refs/heads/main by this push:
     new a0f3eaa  Use GitHub issues instead of Jira (#3)
a0f3eaa is described below

commit a0f3eaab712d32a6f3eb268c06c198255a29aec7
Author: David Cavazos <dc...@google.com>
AuthorDate: Tue Jun 14 11:11:30 2022 -0700

    Use GitHub issues instead of Jira (#3)
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 CONTRIBUTING.md                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 82c36f8..50a629d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -6,7 +6,7 @@ Thank you for your contribution! Follow this checklist to help us incorporate yo
 
  - [ ] I agree that my contributions are licensed with both [Apache ASL2](../../LICENSE-APACHE) and [MIT](../../LICENSE-MIT).
  - [ ] [**Choose reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and mention them in a comment (`R: @username`).
- - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.
+ - [ ] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
  - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
 
 See the [`CONTRIBUTING.md`](../../CONTRIBUTING.md) guide for more information.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f0c9006..8728fd7 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ There are many ways to contribute, here are some.
 
 ## Filing an issue
 
-If there's any issue you encounter or anything that needs to be fixed, feel free to [create JIRA issue](https://issues.apache.org/jira/secure/CreateIssue!default.jspa).
+If there's any issue you encounter or anything that needs to be fixed, feel free to [create a GitHub issue](https://github.com/apache/beam-starter-java/issues).
 
 ## Contributing to this starter project