Closed tballison closed 4 days ago
Thank you for contributing to Apache StormCrawler.
In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:
[ ] Is there a issue associated with this PR? Is it referenced in the commit message?
[ ] Does your PR title start with #XXXX where XXXX is the issue number you are trying to resolve?
#XXXX
XXXX
[ ] Has your PR been rebased against the latest commit within the target branch (typically main)?
[ ] Is your initial contribution a single, squashed commit?
[ ] Is the code properly formatted with mvn git-code-format:format-code -Dgcf.globPattern="**/*" -Dskip.format.code=false?
mvn git-code-format:format-code -Dgcf.globPattern="**/*" -Dskip.format.code=false
mvn clean verify
Please ensure that once the PR is submitted, you check GitHub Actions for build issues and submit an update to your PR as soon as possible.
Thank you for contributing to Apache StormCrawler.
In order to streamline the review of the contribution we ask you to ensure the following steps have been taken:
For all changes:
[ ] Is there a issue associated with this PR? Is it referenced in the commit message?
[ ] Does your PR title start with
#XXXX
whereXXXX
is the issue number you are trying to resolve?[ ] Has your PR been rebased against the latest commit within the target branch (typically main)?
[ ] Is your initial contribution a single, squashed commit?
[ ] Is the code properly formatted with
mvn git-code-format:format-code -Dgcf.globPattern="**/*" -Dskip.format.code=false
?For code changes:
mvn clean verify
?Note:
Please ensure that once the PR is submitted, you check GitHub Actions for build issues and submit an update to your PR as soon as possible.