ソースを参照

Merge remote-tracking branch 'exercism/master'

Colin Mullikin 9 年 前
コミット
da36f2540e
共有2 個のファイルを変更した12 個の追加6 個の削除を含む
  1. 11
    6
      docs/MAINTAINING.md
  2. 1
    0
      exercises/settings.gradle

+ 11
- 6
docs/MAINTAINING.md ファイルの表示

@@ -2,19 +2,24 @@
2 2
 
3 3
 This is a guide/reference for maintainers of the Java track.
4 4
 
5
-- [Your New Permissions](#your-new-permissions)
5
+- [Your Permissions](#your-permissions)
6 6
 - [Maintainer Guides](#maintainer-guides)
7 7
 - [The Project Board](#the-project-board)
8 8
 - [Miscellaneous](#miscellaneous)
9 9
 
10
-## Your New Permissions 
10
+## Your Permissions 
11 11
 
12
-You now have write access to four repositories.  "write access" means you can: review, reject, accept and merge PRs; and push changes to these repos.  Despite having permissions to push, we tend to see review of even our own PRs.
12
+As a maintainer, you have write access to four repositories.  "write access" means you can: review, reject, accept and merge PRs; and push changes to these repos.  Despite having permissions to push directly, we tend to seek review of even our own PRs.
13 13
 
14
-- [x-common](https://github.com/exercism/x-common) — the library of exercises.
14
+### Track-specific
15
+
16
+- [xjava](https://github.com/exercism/xjava) — yeah... you know what this one is. :)
17
+
18
+### Exercism-wide
19
+
20
+- [x-common](https://github.com/exercism/x-common) — the library of canonical exercises.
15 21
 - [discussions](https://github.com/exercism/discussions) — the place where project-wide conversations happen. 
16 22
   [issues sorted by most recently updated.](https://github.com/exercism/discussions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
17
-- [xjava](https://github.com/exercism/xjava) — yeah... you know what this one is. :)
18 23
 - [todo](https://github.com/exercism/todo) — not really used... might just go away completely in the future.
19 24
 
20 25
 ## Maintainer Guides
@@ -25,7 +30,7 @@ You now have write access to four repositories.  "write access" means you can: r
25 30
 
26 31
 ## The Project Board
27 32
 
28
-GitHub issues are great, there's no way to easily set priorities.
33
+GitHub issues are great, but there's no way to easily set priorities.
29 34
 To do this, we're using a GitHub Project: https://github.com/exercism/xjava/projects/2.
30 35
 
31 36
 - **Epics** — issues that really represent bigger ideas.  These inspire creating a set of smaller issues to be elaborated...

+ 1
- 0
exercises/settings.gradle ファイルの表示

@@ -6,6 +6,7 @@ include 'anagram'
6 6
 include 'atbash-cipher'
7 7
 include 'beer-song'
8 8
 include 'binary'
9
+include 'binary-search'
9 10
 include 'binary-search-tree'
10 11
 include 'bob'
11 12
 include 'bracket-push'