Merge branch 'stable-3.1'

* stable-3.1:
  ConfigSuite: fix example for setting config in test
  Documentation: Fix dev-contributing Q&A list items
  Documentation: Fix dev-contributing trail line wrap
  Document how the ESC evaluates design docs
  Clarify that non-maintainers can candidate as community manager

Change-Id: Idde5c95c1a1878d12aa35ff838f80912dc9da9a7
This commit is contained in:
David Pursehouse
2020-04-10 16:13:40 +09:00
2 changed files with 98 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ import org.junit.runners.model.InitializationError;
* public static Config firstConfig() {
* Config cfg = new Config();
* cfg.setString("gerrit", null, "testValue", "a");
* return cfg;
* }
* }
*
@@ -66,6 +67,7 @@ import org.junit.runners.model.InitializationError;
* public static Config secondConfig() {
* Config cfg = new Config();
* cfg.setString("gerrit", null, "testValue", "b");
* return cfg;
* }
*
* {@literal @}Test