This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
The following commit(s) were added to refs/heads/master by this push:
new df2b884 Add a section about automated testing of Pull Requests
new 9fa2627 Merge pull request #194 from martin-g/add-section-about-ci
df2b884 is described below
commit df2b8843b2d2e8815f2d6a24d577fe67d84e8a80
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Nov 19 14:34:49 2020 +0200
Add a section about automated testing of Pull Requests
Also make "GitHub pull requests" a link so it is easier to contributors to
find it.
---
community/index.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/community/index.md b/community/index.md
index d57682a..ea6939d 100644
--- a/community/index.md
+++ b/community/index.md
@@ -62,7 +62,7 @@ to include it in the list.
### Getting your changes accepted
-Patches to Druid are done through GitHub pull requests.
+Patches to Druid are done through [GitHub pull
requests](https://github.com/apache/druid/pulls).
Pull requests require one approval (+1) from an established committer on code
and text (for documentation) levels. The
exception is major architectural changes or API changes, and/or changes to
@@ -81,6 +81,10 @@ In general please follow the [contributing
guidelines](https://github.com/apache
when sending in pull requests. This will help review proceed as quickly as
possible.
+### Testing
+
+All Pull Requests are automatically tested on [Travis
CI](https://travis-ci.com/apache/druid) on both AMD64 and ARM64 architectures.
+
### Committers
Committers are collectively responsible for Druid's technical management. This
involves
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]