From 1a6a7644fc97d75d1429a46cd3ba4d4fdfcf06b0 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 28 Sep 2023 09:21:22 -0700 Subject: [PATCH] Fix the markup on contributing.rst It's rst not markdown. Replaced the leading hash with underlines. --- CONTRIBUTING.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c184a9c3..0b2fbd6d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,4 +1,5 @@ -# How to release +How to release +-------------- - Update CHANGELOG.rst - bump version (YYYY.MM) in pyproject.toml @@ -13,7 +14,8 @@ - push the tag (``git push --tags``) -# Makefile usage +Makefile usage +-------------- This project includes a simple Makefile for syncing changes to the theme with the main CPython repository. Run ``make help`` for details on available rules.