Migrate from GitHub to Gitea

- Update all repository URLs to git.marketally.com
- Remove GitHub Actions workflows (not compatible with Gitea)
- Update documentation links in README, CONTRIBUTING, and CHANGELOG
This commit is contained in:
User
2025-12-28 17:25:50 +00:00
parent c28d85d526
commit c00ecd095e
8 changed files with 10 additions and 141 deletions

View File

@@ -10,7 +10,7 @@ By participating in this project, you agree to abide by our code of conduct: be
### Reporting Issues
1. Check if the issue already exists in the [issue tracker](https://github.com/ubiquity/spacetime-php/issues)
1. Check if the issue already exists in the [issue tracker](https://git.marketally.com/sqrtspace/sqrtspace-php/issues)
2. If not, create a new issue with:
- Clear title and description
- Steps to reproduce (if applicable)
@@ -32,8 +32,8 @@ By participating in this project, you agree to abide by our code of conduct: be
```bash
# Clone your fork
git clone https://github.com/YOUR_USERNAME/ubiquity-php.git
cd ubiquity-php
git clone https://git.marketally.com/YOUR_USERNAME/sqrtspace-php.git
cd sqrtspace-php
# Install dependencies
composer install