This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 316678d6 Update README.md (#1195)
316678d6 is described below
commit 316678d6658d1924fed50c4b075b93ec996d924c
Author: Julien Nioche <[email protected]>
AuthorDate: Wed Apr 24 10:40:29 2024 +0100
Update README.md (#1195)
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
