lots of exercises in java... from https://github.com/exercism/java

MAINTAINING.md 3.0KB

Welcome!

This is a guide/reference for maintainers of the Java track.

Your New Permissions

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.

Maintainer Guides

The Project Board

GitHub issues are great, there's no way to easily set priorities. To do this, we're using a GitHub Project: https://github.com/exercism/xjava/projects/2.

  • Epics — issues that really represent bigger ideas. These inspire creating a set of smaller issues to be elaborated...
  • Icebox — issues that just needs a little more detail to be "ready to play"...
  • Backlog — issues ready to be worked. When we start working on an issue, we move it to the next column...
  • Current — issues in progress. When we've considered it done, we move the card to...
  • Delivered — completed issues that could use another pair of eyes. When these are reviewed they get moved to...
  • Done — issues we've complete. Every so often, we get together and it's nice to review what we've completed. Once reviewed, we remove them from this Project.

The point of this board is to make clear our shared priorities. It's a tool you can use. 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.

Miscellaneous

Please feel free to ask any questions. In our thinking, asking questions is far smarter than guessing.