Link to roadmap/direction document (#247)

This commit is contained in:
rubenwardy 2022-05-08 03:37:06 +01:00 committed by GitHub
parent 696455b4f5
commit 5edcfa3c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,17 +172,16 @@ redirect_from:
<h3 class="is-size-3">Roadmaps and Future Plans</h3> <h3 class="is-size-3">Roadmaps and Future Plans</h3>
<p> <p>
As an open source project developed by volunteers, Minetest is As an open source project developed by volunteers, Minetest is
iteratively developed rather than formally planned. You can gain an idea mostly iteratively developed rather than formally planned. However,
of the direction by looking into the following resources: there are some overarching goals, both medium-term and long-term, that
have been agreed upon by core developers:
</p>
<p>
<a class="button is-primary"
href="https://github.com/minetest/minetest/blob/master/doc/direction.md">
Roadmap
</a>
</p> </p>
<ul>
<li><a href="https://forum.minetest.net/viewtopic.php?t=9177">celeron55's roadmap (project founder)</a></li>
<li><a href="https://dev.minetest.net/TODO">Long-term to-do list</a></li>
<li><a href="https://forum.minetest.net/viewforum.php?f=7">Core developer to-do/wish lists</a></li>
<li><a href="https://github.com/minetest/minetest/issues?q=is%3Aopen+sort%3Aupdated-desc+label%3A%22High+priority%22">
High-priority issues and pull requests
</a></li>
</ul>
</div> </div>
</div> </div>
</section> </section>