summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-11-16 09:53:37 +0000
committerBernát Gábor <gaborjbernat@gmail.com>2021-11-16 10:41:13 +0000
commitadccfb6b1e021458e02956dc84197dcdd05d6eed (patch)
treec9bfe5e16537d4018a9a7ce3a4c111b5f5e5364c /README.md
parentad97564a1eafef6cd72aab91aaafbe918e59f49e (diff)
downloadtox-git-adccfb6b1e021458e02956dc84197dcdd05d6eed.tar.gz
Update setup changelog
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 91f6774e..289b6a4a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
+# Rewrite branch
+
[![check](https://github.com/tox-dev/tox/workflows/check/badge.svg)](https://github.com/tox-dev/tox/actions?query=workflow%3Acheck)
[![codecov](https://codecov.io/gh/tox-dev/tox/branch/rewrite/graph/badge.svg)](https://codecov.io/gh/tox-dev/tox/branch/rewrite)
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
-## Rewrite branch
-
<a href="https://tox.readthedocs.io">
<img src="https://raw.githubusercontent.com/tox-dev/tox/master/docs/_static/img/tox.png"
alt="tox logo"
@@ -29,15 +29,15 @@ for what tox is. The broad goal is to:
**Compatibility wise we aim to be (excluding some weird edge cases) configuration file compatible with tox 3. We'll not
be API compatible though (all plugins will break).**
-### Documentation
+## Documentation
To be done.
-### Communication and questions
+## Communication and questions
For now reach out to [Bernat Gabor](https://github.com/gaborbernat/) directly.
-### Contributing
+## Contributing
Contributions are welcome, though expect a lot of rough edges at this early point of development. See
[contributing](https://github.com/tox-dev/tox/blob/master/CONTRIBUTING.rst) and our