Skip to content

Commit 3e2e26e

Browse files
committed
fix: Update Code of Conduct contact information for forked project
- Replace original maintainer's email ([email protected]) with GitHub Issues link - Make enforcement contact maintainer-agnostic for better long-term sustainability - Add fallback option to contact maintainer directly via repository info - Update CHANGELOG.md with Code of Conduct fix
1 parent 6196b13 commit 3e2e26e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
## **[Unreleased]**
66

77
### Fixed
8+
* **Code of Conduct Contact Information**: Updated enforcement contact from original maintainer's email to GitHub Issues link, making it maintainer-agnostic and easier to manage as the project evolves.
89
* **PyPI Release Version**: Fixed CI/CD workflow to use exact release tag version by setting `SETUPTOOLS_SCM_PRETEND_VERSION` environment variable. This prevents development versions (`.dev0`) from being published when `pyproject.toml` is modified during the build process. Releases now correctly use the clean tag version (e.g., `0.3.35` instead of `0.3.36.dev0`).
910
* **Version Scheme Optimization**: Changed from `post-release` to default version scheme to avoid `.post0` suffix on tagged releases. Tagged releases now get clean version numbers (e.g., `0.3.35`), while commits after tags get development versions (e.g., `0.3.36.dev1`). This provides clearer distinction between releases and development builds.
1011
* **PyPI Image Display**: Updated README.md to use absolute GitHub URLs for images instead of relative paths, ensuring logo and example charts display correctly on PyPI package page.

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All
59-
complaints will be reviewed and investigated and will result in a response that
58+
reported by contacting the project team through [GitHub Issues](https://github.com/xgboosted/pandas-ta-classic/issues)
59+
or by emailing the maintainer directly (see project repository for contact information).
60+
All complaints will be reviewed and investigated and will result in a response that
6061
is deemed necessary and appropriate to the circumstances. The project team is
6162
obligated to maintain confidentiality with regard to the reporter of an incident.
6263
Further details of specific enforcement policies may be posted separately.

0 commit comments

Comments
 (0)