summaryrefslogtreecommitdiff
path: root/pint
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-12 10:35:56 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-12 10:35:56 -0300
commitcbbfc3fb989c89c0a657833d6db4ac5586c1d375 (patch)
tree980e047e79be3a44ceb72d0e03e7435e379891e2 /pint
parent70269f352a922c5e796183a56e6a4e336a5845bb (diff)
downloadpint-cbbfc3fb989c89c0a657833d6db4ac5586c1d375.tar.gz
Moved Pint downtream Projects
Diffstat (limited to 'pint')
-rw-r--r--pint/downstream_status.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/pint/downstream_status.md b/pint/downstream_status.md
deleted file mode 100644
index d6d94db..0000000
--- a/pint/downstream_status.md
+++ /dev/null
@@ -1,17 +0,0 @@
-In Pint, we work hard to avoid breaking projects that depend on us.
-If you are the maintainer of one of such projects, you can
-help us get ahead of problems in simple way.
-
-In addition to your standard CI routines, create a CI that install Pint's
-release candidates. You can also (or alternatively) create CI that install
-Pint's master branch in GitHub.
-
-Take a look at the [Pint Downstream Demo](https://github.com/hgrecco/pint-downstream-demo)
-if you need a template.
-
-Then, add your project badges to this file so it can be used as a Dashboard (always putting the stable first)
-
-[Pint Downstream Demo](https://github.com/hgrecco/pint-downstream-demo)
-[![CI](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci.yml/badge.svg)](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci.yml)
-[![CI-pint-pre](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-pint-pre.yml/badge.svg)](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-pint-pre.yml)
-[![CI-master](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-master.yml/badge.svg)](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-master.yml)