1- # About  
1+ # Python Repo Template  
2+ 
3+ ## About  
24This repo is basically my template for new repos/projects
35
4- # CI Template:   
6+ ##  CI Template  
57
68By default this template will assume that the GHA Service and Circle-CI Service are used for CI/CD
79
8- # Status  
10+ ##  Status  
911
10- ### master:   
12+ ### master  
1113[ ![ CI] ( https://github.com/reactive-firewall/python-repo/actions/workflows/Tests.yml/badge.svg?branch=master )] ( https://github.com/reactive-firewall/python-repo/actions/workflows/Tests.yml ) 
1214[ ![ CircleCI] ( https://circleci.com/gh/reactive-firewall/python-repo/tree/master.svg?style=svg )] ( https://circleci.com/gh/reactive-firewall/python-repo/tree/master ) 
1315[ ![ status] ( https://travis-ci.org/reactive-firewall/python-repo.svg?branch=master )] ( https://travis-ci.org/reactive-firewall/python-repo ) 
@@ -24,7 +26,7 @@ By default this template will assume that the GHA Service and Circle-CI Service
2426![ Size] ( https://img.shields.io/github/languages/code-size/reactive-firewall/python-repo.svg ) 
2527![ commits-since] ( https://img.shields.io/github/commits-since/reactive-firewall/python-repo/stable.svg?maxAge=9000 ) 
2628
27- ### Stable:   
29+ ### Stable  
2830[ ![ CI] ( https://github.com/reactive-firewall/python-repo/actions/workflows/Tests.yml/badge.svg?branch=stable&event=pull_request )] ( https://github.com/reactive-firewall/python-repo/actions/workflows/Tests.yml ) 
2931[ ![ CircleCI] ( https://circleci.com/gh/reactive-firewall/python-repo/tree/stable.svg?style=svg )] ( https://circleci.com/gh/reactive-firewall/python-repo/tree/stable ) 
3032[ ![ status] ( https://travis-ci.org/reactive-firewall/python-repo.svg?branch=stable )] ( https://travis-ci.org/reactive-firewall/python-repo ) 
@@ -34,7 +36,7 @@ By default this template will assume that the GHA Service and Circle-CI Service
3436[ ![ Coverage Status] ( https://coveralls.io/repos/github/reactive-firewall/python-repo/badge.svg?branch=stable )] ( https://coveralls.io/github/reactive-firewall/python-repo?branch=stable ) 
3537[ ![ codebeat badge] ( https://codebeat.co/badges/87520e4a-6d24-4e98-a61e-6e9efc58f783 )] ( https://codebeat.co/projects/github-com-reactive-firewall-python-repo-stable ) 
3638
37- # How do I use this to create a new project repo?  
39+ ###  How do I use this to create a new project repo?  
3840
3941(assuming new project is already forked on github to ` MY-NEW-REPO ` )
4042
@@ -44,7 +46,7 @@ git clone https://github.com/reactive-firewall/MY-NEW-REPO.git MY-NEW-REPO
4446#  cd ./MY-NEW-REPO
4547``` 
4648
47- # Dev Testing Template:   
49+ ###  Dev Testing Template  
4850
4951In a rush? Then use this:
5052
@@ -70,11 +72,11 @@ make test-tox ; # runs the tox tests
7072make clean ;  #  cleans up for next test
7173``` 
7274
73- # Documentation  
75+ ###  Documentation  
7476
7577For more details read the project [ documentation] ( ./docs/index ) .
7678
77- # Next steps:   
79+ ###  Next steps  
7880
7981Like automation? Then integrate away, this template can take it!
8082(hint: @coderabbitai  , @travis-ci  , @houndci-bot  , @pyup-bot  , @circleci  , @codecov-io  , @lemurheavy  , @coverallsapp  , @codeclimate  )
0 commit comments