|
|
|
|
|
|
2
|
|
2
|
|
|
3
|
This is a guide/reference for maintainers of the Java track.
|
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
|
- [Maintainer Guides](#maintainer-guides)
|
6
|
- [Maintainer Guides](#maintainer-guides)
|
|
7
|
- [The Project Board](#the-project-board)
|
7
|
- [The Project Board](#the-project-board)
|
|
8
|
- [Miscellaneous](#miscellaneous)
|
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
|
- [discussions](https://github.com/exercism/discussions) — the place where project-wide conversations happen.
|
21
|
- [discussions](https://github.com/exercism/discussions) — the place where project-wide conversations happen.
|
|
16
|
[issues sorted by most recently updated.](https://github.com/exercism/discussions/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
|
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
|
- [todo](https://github.com/exercism/todo) — not really used... might just go away completely in the future.
|
23
|
- [todo](https://github.com/exercism/todo) — not really used... might just go away completely in the future.
|
|
19
|
|
24
|
|
|
20
|
## Maintainer Guides
|
25
|
## Maintainer Guides
|
|
|
|
|
|
|
25
|
|
30
|
|
|
26
|
## The Project Board
|
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
|
To do this, we're using a GitHub Project: https://github.com/exercism/xjava/projects/2.
|
34
|
To do this, we're using a GitHub Project: https://github.com/exercism/xjava/projects/2.
|
|
30
|
|
35
|
|
|
31
|
- **Epics** — issues that really represent bigger ideas. These inspire creating a set of smaller issues to be elaborated...
|
36
|
- **Epics** — issues that really represent bigger ideas. These inspire creating a set of smaller issues to be elaborated...
|