From 655289702b8a818269ed09349c4a8017e4211f9f Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:33:24 -0400 Subject: [PATCH] docs: Point Stock.Indicators links at facioquo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These repos moved out of the DaveSkender account into the facioquo org, and Stock.Indicators was renamed to stock-indicators-dotnet. GitHub redirects the old paths, so nothing was visibly broken — which is why these went unnoticed — but they name an owner that no longer holds the repo. Discussion numbers survive a transfer, so the deep links (503, 579, 801) resolve unchanged under the new path; verified before rewriting. Left alone deliberately: github.com/DaveSkender profile links, @DaveSkender mentions, and the contributors data, which name a real person rather than a stale repo path. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- README.md | 2 +- docs/contributing.md | 8 ++++---- docs/pages/home.md | 2 +- stock_indicators/_cslib/__init__.py | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9d160a95..38fa8c50 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ body: attributes: value: | Thank you 💖 for taking the time report a bug in the [`stock-indicators` PyPI library](https://pypi.org/project/stock-indicators)! - > Before reporting, please review known [issues](https://github.com/facioquo/stock-indicators-python/issues?q=is%3Aissue), community [discussions](https://github.com/DaveSkender/Stock.Indicators/discussions), and [Help! Results don't match TradingView!](https://github.com/DaveSkender/Stock.Indicators/discussions/801) + > Before reporting, please review known [issues](https://github.com/facioquo/stock-indicators-python/issues?q=is%3Aissue), community [discussions](https://github.com/facioquo/stock-indicators-dotnet/discussions), and [Help! Results don't match TradingView!](https://github.com/facioquo/stock-indicators-dotnet/discussions/801) - type: textarea id: what-happened attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d81d6537..00c2d257 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thank you 💖 for taking the time to make a recommendation for the [`stock-indicators` PyPI library](https://pypi.org/project/stock-indicators)! If you have an idea that you don't want us to track in [our backlog](https://github.com/orgs/facioquo/projects/16), consider posting in our community [discussions](https://github.com/DaveSkender/Stock.Indicators/discussions). + Thank you 💖 for taking the time to make a recommendation for the [`stock-indicators` PyPI library](https://pypi.org/project/stock-indicators)! If you have an idea that you don't want us to track in [our backlog](https://github.com/orgs/facioquo/projects/16), consider posting in our community [discussions](https://github.com/facioquo/stock-indicators-dotnet/discussions). - type: textarea id: request attributes: diff --git a/README.md b/README.md index e2d33019..dbebbbe2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Visit our project site for more information: - [Indicators and overlays](https://python.stockindicators.dev/indicators/) - [Guide and Pro tips](https://python.stockindicators.dev/guide/) - [Release notes](https://github.com/facioquo/stock-indicators-python/releases) -- [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions) +- [Discussions](https://github.com/facioquo/stock-indicators-dotnet/discussions) - [Contributing](https://github.com/facioquo/stock-indicators-python/blob/main/docs/contributing.md#readme) ## Getting started diff --git a/docs/contributing.md b/docs/contributing.md index 7e1b7a00..a1b6bd79 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -44,9 +44,9 @@ For new features, submit an issue with the `enhancement` label. ## Project management -- Planned work is managed in [the backlog](https://github.com/users/DaveSkender/projects/2). +- Planned work is managed in [the backlog](https://github.com/orgs/facioquo/projects/16). - Work items are primarily [entered as Notes](https://docs.github.com/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board) (not Issues), except where an issue or feature is user reported. With that said, Notes can be converted to Issues if in-progress and collaborative discussion is needed. -- Use the [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions) area for general ideation and unrelated questions. +- Use the [Discussions](https://github.com/facioquo/stock-indicators-dotnet/discussions) area for general ideation and unrelated questions. ## Development Environment (Quick Setup) @@ -58,7 +58,7 @@ For new features, submit an issue with the `enhancement` label. ### New to contributing? -- Read this first: [A Step by Step Guide to Making Your First GitHub Contribution](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940). If you have questions about forking, see [this discussion](https://github.com/DaveSkender/Stock.Indicators/discussions/503). +- Read this first: [A Step by Step Guide to Making Your First GitHub Contribution](https://codeburst.io/a-step-by-step-guide-to-making-your-first-github-contribution-5302260a2940). If you have questions about forking, see [this discussion](https://github.com/facioquo/stock-indicators-dotnet/discussions/503). - Please keep contributions small and focused—avoid combining unrelated changes in one pull request. - If you're just getting started, make sure to install and set up the language SDKs for Python and .NET (see below for setup instructions). @@ -228,7 +228,7 @@ This repository uses a standard Apache 2.0 open-source license. It enables open ## Contact info -[Start a new discussion, ask a question](https://github.com/DaveSkender/Stock.Indicators/discussions), or [submit an issue](https://python.stockindicators.dev/contributing/#reporting-bugs-and-feature-requests) if it is publicly relevant. You can also direct message [@daveskender](https://twitter.com/messages/compose?recipient_id=27475431). +[Start a new discussion, ask a question](https://github.com/facioquo/stock-indicators-dotnet/discussions), or [submit an issue](https://python.stockindicators.dev/contributing/#reporting-bugs-and-feature-requests) if it is publicly relevant. You can also direct message [@daveskender](https://twitter.com/messages/compose?recipient_id=27475431). Thanks, Dong-Geon Lee diff --git a/docs/pages/home.md b/docs/pages/home.md index f736e185..fa826bd8 100644 --- a/docs/pages/home.md +++ b/docs/pages/home.md @@ -73,7 +73,7 @@ If you want to buy us a beer or are interested in ongoing support as a patron, [ ## Contribute to help others -This PyPI package is an open-source project. If you want to report bugs or contribute fixes, new indicators, or new features, please review our [contributing guidelines]({{site.baseurl}}/contributing/#content) and [the backlog](https://github.com/users/DaveSkender/projects/2). +This PyPI package is an open-source project. If you want to report bugs or contribute fixes, new indicators, or new features, please review our [contributing guidelines]({{site.baseurl}}/contributing/#content) and [the backlog](https://github.com/orgs/facioquo/projects/16). Special thanks to all of our community code contributors! diff --git a/stock_indicators/_cslib/__init__.py b/stock_indicators/_cslib/__init__.py index 90d3b8b0..304852d5 100644 --- a/stock_indicators/_cslib/__init__.py +++ b/stock_indicators/_cslib/__init__.py @@ -4,7 +4,7 @@ # pylint: disable=duplicate-code # Property patterns are expected to repeat This module loads `Skender.Stock.Indicators.dll`(v2.7.1), which is a compiled library -package from , written in C#. +package from , written in C#. The target framework of dll is `.NET 8.0`. """