From bc2ebecb84a5e98c62034ed6edbeadff628eeaa7 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 14 Jun 2022 09:13:34 -0300 Subject: [PATCH] Redirected some stuff to discussions - Now they are enabled and some stuff belongs there --- README.md | 6 ++++-- docs/README.in | 6 ++++-- src/kibot-check | 2 +- src/kibot-check.in | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3d1a8e0..2cb5d87f 100644 --- a/README.md +++ b/README.md @@ -3383,7 +3383,8 @@ If you find KiBot useful please consider contributing to the project. There vari Of course donations are welcome ([donate](https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL)), but there are other ways to contribute: - In general: - - Your workflow: What's missing in KiBot for your workflow? Comment it in the [issues](https://github.com/INTI-CMNB/KiBot/issues) + - Your workflow: What's missing in KiBot for your workflow? Comment it in the + [discussions](https://github.com/INTI-CMNB/KiBot/discussions/categories/missing-in-my-workflow) - Configuration for a manufacturer: If you have a configuration known to work for a manufacturer please consider contributing it. Even if this is a small manufacurer, this helps to know what are the most common options. - Mention KiBot: If your project or company uses KiBot you can mention it, so people know about KiBot. @@ -3391,7 +3392,8 @@ Of course donations are welcome ([donate](https://www.paypal.com/donate/?hosted_ - If you are a Windows/Mac OS X user: - If you managed to run it locally consider contributing a tutorial of how to do it. - If you run KiBot on CI/CD and want to run it locally: consider investing some time on tests. - Just open an [issues](https://github.com/INTI-CMNB/KiBot/issues) and I'll help you to run tests to adapt the code. + Just comment in the [discussions](https://github.com/INTI-CMNB/KiBot/discussions/categories/other-platforms) + and I'll help you to run tests to adapt the code. Now that KiCad 6 uses Python 3 most of KiBot functionality should work on Windows and Mac OS X. People is using WSL to run KiBot, but we don't have a tutorial about how to do it. - If you use a Linux that isn't derived from Debian: diff --git a/docs/README.in b/docs/README.in index d2d2ebc0..89095fff 100644 --- a/docs/README.in +++ b/docs/README.in @@ -1352,7 +1352,8 @@ If you find KiBot useful please consider contributing to the project. There vari Of course donations are welcome ([donate](https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL)), but there are other ways to contribute: - In general: - - Your workflow: What's missing in KiBot for your workflow? Comment it in the [issues](https://github.com/INTI-CMNB/KiBot/issues) + - Your workflow: What's missing in KiBot for your workflow? Comment it in the + [discussions](https://github.com/INTI-CMNB/KiBot/discussions/categories/missing-in-my-workflow) - Configuration for a manufacturer: If you have a configuration known to work for a manufacturer please consider contributing it. Even if this is a small manufacurer, this helps to know what are the most common options. - Mention KiBot: If your project or company uses KiBot you can mention it, so people know about KiBot. @@ -1360,7 +1361,8 @@ Of course donations are welcome ([donate](https://www.paypal.com/donate/?hosted_ - If you are a Windows/Mac OS X user: - If you managed to run it locally consider contributing a tutorial of how to do it. - If you run KiBot on CI/CD and want to run it locally: consider investing some time on tests. - Just open an [issues](https://github.com/INTI-CMNB/KiBot/issues) and I'll help you to run tests to adapt the code. + Just comment in the [discussions](https://github.com/INTI-CMNB/KiBot/discussions/categories/other-platforms) + and I'll help you to run tests to adapt the code. Now that KiCad 6 uses Python 3 most of KiBot functionality should work on Windows and Mac OS X. People is using WSL to run KiBot, but we don't have a tutorial about how to do it. - If you use a Linux that isn't derived from Debian: diff --git a/src/kibot-check b/src/kibot-check index 770e3378..da89f827 100755 --- a/src/kibot-check +++ b/src/kibot-check @@ -1059,5 +1059,5 @@ labels = ('ok', 'optional for an output', 'optional for general use', 'mandatory text = ', '.join([sev2color(c)+l+RESET for c, l in enumerate(labels)]) print(do_bright('\nColor reference:')+' '+text) -print('\nDid this help? Please consider commenting it on https://github.com/INTI-CMNB/KiBot/issues/200') +print('\nDid this help? Please consider commenting it on https://github.com/INTI-CMNB/KiBot/discussions/categories/kibot-check') diff --git a/src/kibot-check.in b/src/kibot-check.in index 6031ce0d..27dfd862 100755 --- a/src/kibot-check.in +++ b/src/kibot-check.in @@ -416,5 +416,5 @@ labels = ('ok', 'optional for an output', 'optional for general use', 'mandatory text = ', '.join([sev2color(c)+l+RESET for c, l in enumerate(labels)]) print(do_bright('\nColor reference:')+' '+text) -print('\nDid this help? Please consider commenting it on https://github.com/INTI-CMNB/KiBot/issues/200') +print('\nDid this help? Please consider commenting it on https://github.com/INTI-CMNB/KiBot/discussions/categories/kibot-check')