|
|
@@ -4,7 +4,6 @@ This is a guide/reference for maintainers of the Java track.
|
|
4
|
4
|
|
|
5
|
5
|
- [Your Permissions](#your-permissions)
|
|
6
|
6
|
- [Maintainer Guides](#maintainer-guides)
|
|
7
|
|
-- [The Project Board](#the-project-board)
|
|
8
|
7
|
- [Miscellaneous](#miscellaneous)
|
|
9
|
8
|
|
|
10
|
9
|
## Your Permissions
|
|
|
@@ -27,22 +26,6 @@ As a maintainer, you have write access to three repositories. "write access" me
|
|
27
|
26
|
- [exercism.io/docs/getting-involved-in-a-track.md](https://github.com/exercism/exercism.io/blob/master/docs/getting-involved-in-a-track.md)
|
|
28
|
27
|
- [exercism.io/docs/reviewing-a-pull-request.md](https://github.com/exercism/exercism.io/blob/master/docs/reviewing-a-pull-request.md)
|
|
29
|
28
|
|
|
30
|
|
-## The Project Board
|
|
31
|
|
-
|
|
32
|
|
-GitHub issues are great, but there's no way to easily set priorities.
|
|
33
|
|
-To do this, we're using a GitHub Project: https://github.com/exercism/java/projects/2.
|
|
34
|
|
-
|
|
35
|
|
-- **Epics** — issues that really represent bigger ideas. These inspire creating a set of smaller issues to be elaborated...
|
|
36
|
|
-- **Icebox** — issues that just needs a little more detail to be "ready to play"...
|
|
37
|
|
-- **Backlog** — issues ready to be worked. When we start working on an issue, we move it to the next column...
|
|
38
|
|
-- **Current** — issues in progress. When we've considered it done, we move the card to...
|
|
39
|
|
-- **Delivered** — completed issues that could use another pair of eyes. When these are reviewed they get moved to...
|
|
40
|
|
-- **Done** — issues we've complete. Every so often, we get together and it's nice to review what we've completed.
|
|
41
|
|
- Once reviewed, we remove them from this Project.
|
|
42
|
|
-
|
|
43
|
|
-The point of this board is to make clear our shared priorities. It's a tool you can use.
|
|
44
|
|
-However, if you have an idea and want to implement it, you can just do it; it does not have to be added to this board.
|
|
45
|
|
-
|
|
46
|
29
|
## Miscellaneous
|
|
47
|
30
|
|
|
48
|
31
|
- Issues marked with "policy" are current "team agreements": [exercism?label:policy](https://github.com/search?q=org%3Aexercism+label%3Apolicy).
|