From d0f6341dc05b290600af21b34e3737b181c14006 Mon Sep 17 00:00:00 2001 From: Gustavo Schip <50411615+GustavoSchip@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:11:31 +0200 Subject: [PATCH] Fix contents of CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4a8a861..ebe9bfb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,10 +99,13 @@ Before you submit a pull request, check that it meets these guidelines: https://github.com/zillionare/python-project-wizard/actions and make sure that the tests pass for all supported Python versions. -## Tips``` - $ pytest tests.test_backtest -```To run a subset of tests. +## Tips + +To run a subset of tests. +``` + $ pytest tests.test_backtest +``` ## Deploying @@ -111,9 +114,9 @@ Make sure all your changes are committed (including an entry in HISTORY.md). Then run: ``` -$ poetry patch # possible: major / minor / patch -$ git push -$ git push --tags + $ poetry patch # possible: major / minor / patch + $ git push + $ git push --tags ``` Travis will then deploy to PyPI if tests pass.