diff --git a/specs/template.rst b/specs/template.rst index 1b244ddc..5b37edb1 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -256,27 +256,6 @@ Primary assignee: Other contributors: -Reviewers ---------- - -Who are the main point of contact for reviewing this piece of functionality? -These individuals would have more familiarity with the active development -efforts and status of the patch sets. A spec should have at least two -reviewers. - -At least, one of the reviewers should be a core member in the corresponding -project. This individual could also serve as a liaison for the developer(s); -thus providing them a better communication medium with the other core -reviewers, as needed. - -Core reviewer(s): - - - -Other reviewer(s): - - - Work Items ---------- diff --git a/tests/test_titles.py b/tests/test_titles.py index 1dd350e5..baa5d3e8 100644 --- a/tests/test_titles.py +++ b/tests/test_titles.py @@ -80,8 +80,7 @@ class TestTitles(testtools.TestCase): self.filename != 'specs/juno/example.rst'): self.assertEqual(2, len(titles[impl]), self.filename) else: - self.assertEqual(3, len(titles[impl]), self.filename) - self.assertIn('Reviewers', titles[impl], self.filename) + self.assertEqual(2, len(titles[impl]), self.filename) self.assertIn('Assignee(s)', titles[impl]) self.assertIn('Work Items', titles[impl])