From 7c2d64f00264528860809b7b343df35f193fefcc Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 9 Oct 2021 12:53:47 -0700 Subject: [PATCH] Add a link to milestones --- docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index dfec934d..71c1d337 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -118,6 +118,8 @@ You can search the [jrnl GitHub issues](https://github.com/jrnl-org/jrnl/issues) * [bug](https://github.com/jrnl-org/jrnl/labels/bug) * [enhancement](https://github.com/jrnl-org/jrnl/labels/enhancement) +You can also get a feel for the project's priorities by reviewing the [milestones](https://github.com/jrnl-org/jrnl/milestones). + ### A note for new programmers and programmers new to python Although jrnl has grown quite a bit since its inception, the overall complexity (for an end-user program) is fairly low, and we hope you'll find the code easy enough to understand.