Pārlūkot izejas kodu

Update MAINTAINING.md

Stuart Kent 9 gadus atpakaļ
vecāks
revīzija
ea4c2627ca
1 mainītis faili ar 11 papildinājumiem un 6 dzēšanām
  1. 11
    6
      docs/MAINTAINING.md

+ 11
- 6
docs/MAINTAINING.md Parādīt failu

@@ -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...