Skip to content

Commit 864ce2d

Browse files
author
PyCompiler ARK++ Team
committed
Update project files: replace placeholders, exclude tests from git
1 parent b0eede9 commit 864ce2d

6 files changed

Lines changed: 16 additions & 20 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,6 @@ security-*.json
198198

199199
# Pre-commit
200200
.pre-commit-config.yaml.bak
201+
202+
# Exclude tests folder
203+
tests/

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141141
- **Security** for vulnerability fixes
142142

143143
### Version Links
144-
- [Unreleased]: https://github.com/your-org/pycompiler-ark/compare/v3.2.3...HEAD
145-
- [3.2.3]: https://github.com/your-org/pycompiler-ark/compare/v3.2.2...v3.2.3
146-
- [3.2.2]: https://github.com/your-org/pycompiler-ark/compare/v3.2.1...v3.2.2
147-
- [3.2.1]: https://github.com/your-org/pycompiler-ark/compare/v3.2.0...v3.2.1
148-
- [3.2.0]: https://github.com/your-org/pycompiler-ark/compare/v3.1.0...v3.2.0
149-
- [3.1.0]: https://github.com/your-org/pycompiler-ark/compare/v3.0.0...v3.1.0
150-
- [3.0.0]: https://github.com/your-org/pycompiler-ark/releases/tag/v3.0.0

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDU
2626
### Report Bugs
2727

2828
Before opening an issue:
29-
- Check that the bug hasn’t already been reported in [Issues](https://github.com/your-org/pycompiler-ark/issues)
29+
- Check that the bug hasn’t already been reported in [Issues](https://github.com/raidos23/pycompiler-ark/issues)
3030
- Ensure you’re using a supported version (see [SUPPORTED_MATRIX.md](SUPPORTED_MATRIX.md))
3131

3232
To report a bug:
@@ -64,7 +64,7 @@ To report a bug:
6464

6565
```bash
6666
# Clone the repository
67-
git clone https://github.com/your-org/pycompiler-ark.git
67+
git clone https://github.com/raidos23/pycompiler-ark.git
6868
cd pycompiler-ark
6969

7070
# Create a virtual environment
@@ -347,9 +347,9 @@ Reviewers will check:
347347
- [API Reference](docs/api_reference.md)
348348

349349
### Tools
350-
- [GitHub Issues](https://github.com/your-org/pycompiler-ark/issues)
351-
- [Project Board](https://github.com/your-org/pycompiler-ark/projects)
352-
- [Discussions](https://github.com/your-org/pycompiler-ark/discussions)
350+
- [GitHub Issues](https://github.com/raidos23/pycompiler-ark/issues)
351+
- [Project Board](https://github.com/raidos23/pycompiler-ark/projects)
352+
- [Discussions](https://github.com/raidos23/pycompiler-ark/discussions)
353353

354354
## Communication
355355

@@ -375,4 +375,4 @@ Contribute regularly and meaningfully, then contact the team.
375375

376376
Thank you for contributing to PyCompiler ARK++! Your help improves the tool for the entire community.
377377

378-
*Last updated: 06 September 2025*
378+
*Last updated: 06 September 2025*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ PyCompiler ARK++ Professional Edition provides a modular, extensible platform fo
8484

8585
```bash
8686
# Clone the repository
87-
git clone https://github.com/your-org/pycompiler-ark-professional.git
87+
git clone https://github.com/raidos23/pycompiler-ark-professional.git
8888
cd pycompiler-ark-professional
8989

9090
# Create virtual environment

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We take security vulnerabilities seriously. If you discover a security vulnerabi
2222
Instead, please use one of these secure channels:
2323

2424
1. **GitHub Security Advisories** (Preferred)
25-
- Go to the [Security tab](https://github.com/your-org/pycompiler-ark/security) of our repository
25+
- Go to the [Security tab](https://github.com/raidos23/pycompiler-ark/security) of our repository
2626
- Click "Report a vulnerability"
2727
- Fill out the form with detailed information
2828

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,12 @@ docs = [
161161
]
162162

163163
[project.urls]
164-
Homepage = "https://github.com/your-org/pycompiler-ark"
164+
Homepage = "https://github.com/raidos23/pycompiler-ark"
165165
Documentation = "https://pycompiler-ark.readthedocs.io"
166-
Repository = "https://github.com/your-org/pycompiler-ark.git"
167-
Issues = "https://github.com/your-org/pycompiler-ark/issues"
168-
Changelog = "https://github.com/your-org/pycompiler-ark/blob/main/CHANGELOG.md"
169-
Security = "https://github.com/your-org/pycompiler-ark/security"
166+
Repository = "https://github.com/raidos23/pycompiler-ark.git"
167+
Issues = "https://github.com/raidos23/pycompiler-ark/issues"
168+
Changelog = "https://github.com/raidos23/pycompiler-ark/blob/main/CHANGELOG.md"
169+
Security = "https://github.com/raidos23/pycompiler-ark/security"
170170

171171
[project.scripts]
172172
pycompiler-ark = "main:main"

0 commit comments

Comments
 (0)