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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user