This is an automated email from the ASF dual-hosted git repository. jnioche pushed a commit to branch jnioche-README-1 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
commit 3023deae9bae05b684d13d1045d975918bab6de3 Author: Julien Nioche <[email protected]> AuthorDate: Wed Apr 24 09:52:49 2024 +0100 Update README.md Point to support page, removed section about signed commits and DCO --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index cbe828b9..d68eab38 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Have a look at the code of the [CrawlTopology class](https://github.com/apache/i The [WIKI](https://github.com/apache/incubator-stormcrawler/wiki) is a good place to start your investigations but if you are stuck please use the tag [stormcrawler](http://stackoverflow.com/questions/tagged/stormcrawler) on StackOverflow or ask a question in the [discussions](https://github.com/apache/incubator-stormcrawler/discussions) section. -[DigitalPebble Ltd](http://digitalpebble.com) provide commercial support and consulting for StormCrawler. +The project website has a page listing companies providing [commercial support](https://stormcrawler.apache.org/support/) for Apache StormCrawler. ## Note for developers @@ -42,15 +42,6 @@ Please format your code before submitting a PR with mvn git-code-format:format-code -Dgcf.globPattern=**/* ``` -Each commit must include a DCO which looks like this - -``` -Signed-off-by: Jane Smith <[email protected]> -``` - -You may type this line on your own when writing your commit messages. However, if your `user.name` and `user.email` are set in your git config, you can use `-s` or `--signoff` to add the `Signed-off-by` line to the end of the commit message. - - ## Thanks 
