Skip to content

Commit be186f5

Browse files
Update README.md headers
1 parent 2ed6419 commit be186f5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# About
1+
# Python Repo Template
2+
3+
## About
24
This repo is basically my template for new repos/projects
35

4-
# CI Template:
6+
## CI Template
57

68
By 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

4951
In a rush? Then use this:
5052

@@ -70,11 +72,11 @@ make test-tox ; # runs the tox tests
7072
make clean ; # cleans up for next test
7173
```
7274

73-
# Documentation
75+
### Documentation
7476

7577
For more details read the project [documentation](./docs/index).
7678

77-
# Next steps:
79+
### Next steps
7880

7981
Like 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

Comments
 (0)