From 1fae65a22bfed1d6af36f941b4d58ff621f4908c Mon Sep 17 00:00:00 2001 From: Bradley Pierce Date: Thu, 25 Jan 2024 21:43:36 -0500 Subject: [PATCH] Use asterisks instead of hyphens for lists --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- doc/developing/README.md | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0d7c0fb86c..c2c8beb6ba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,19 +1,19 @@ Add compact, short information about your PR for easier understanding: -- Goal of the PR -- How does the PR work? -- Does it resolve any reported issue? -- Does this relate to a goal in [the roadmap](https://github.com/minetest/minetest/blob/master/doc/direction.md)? -- If not a bug fix, why is this PR needed? What usecases does it solve? +* Goal of the PR +* How does the PR work? +* Does it resolve any reported issue? +* Does this relate to a goal in [the roadmap](https://github.com/minetest/minetest/blob/master/doc/direction.md)? +* If not a bug fix, why is this PR needed? What usecases does it solve? ## To do This PR is a Work in Progress / Ready for Review. -- [ ] List -- [ ] Things -- [ ] To do +* [ ] List +* [ ] Things +* [ ] To do ## How to test diff --git a/doc/developing/README.md b/doc/developing/README.md index b12e75ce4a..2de339c10b 100644 --- a/doc/developing/README.md +++ b/doc/developing/README.md @@ -6,16 +6,16 @@ Some important development docs are found in the wiki: https://dev.minetest.net/ Notable pages: -- [Releasing Minetest](https://dev.minetest.net/Releasing_Minetest) -- [Engine translations](https://dev.minetest.net/Translation#Maintaining_engine_translations) -- [Changelog](https://dev.minetest.net/Changelog) -- [Organisation](https://dev.minetest.net/Organisation) -- [Code style guidelines](https://dev.minetest.net/Code_style_guidelines) +* [Releasing Minetest](https://dev.minetest.net/Releasing_Minetest) +* [Engine translations](https://dev.minetest.net/Translation#Maintaining_engine_translations) +* [Changelog](https://dev.minetest.net/Changelog) +* [Organisation](https://dev.minetest.net/Organisation) +* [Code style guidelines](https://dev.minetest.net/Code_style_guidelines) ## In this folder -- [Developing minetestserver with Docker](docker.md) -- [Miscellaneous](misc.md) +* [Developing minetestserver with Docker](docker.md) +* [Miscellaneous](misc.md) ## IRC