mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 03:57:45 +02:00
chore: replace group slug from ad-aures to adaures in repo url
this fixes the adblocker loading viewer error
This commit is contained in:
parent
3c89bc15ef
commit
f58f712aa6
11 changed files with 730 additions and 730 deletions
|
|
@ -16,12 +16,12 @@ should reciprocate that respect in addressing your issue or assessing patches
|
|||
and features.
|
||||
|
||||
⚠️ Note that **any** contribution made on a repository other than
|
||||
[the original repository](https://code.castopod.org/ad-aures/castopod) will not
|
||||
[the original repository](https://code.castopod.org/adaures/castopod) will not
|
||||
be accepted.
|
||||
|
||||
## Using the issue tracker
|
||||
|
||||
The [issue tracker](https://code.castopod.org/ad-aures/castopod/-/issues) is the
|
||||
The [issue tracker](https://code.castopod.org/adaures/castopod/-/issues) is the
|
||||
preferred channel for [bug reports](#bug-reports),
|
||||
[features requests](#feature-requests) and
|
||||
[submitting pull requests](#pull-requests).
|
||||
|
|
@ -87,7 +87,7 @@ git clone https://code.castopod.org/<your-username>/castopod.git
|
|||
cd castopod
|
||||
|
||||
# Assign the original repo to a remote called "upstream"
|
||||
git remote add upstream https://code.castopod.org/ad-aures/castopod.git
|
||||
git remote add upstream https://code.castopod.org/adaures/castopod.git
|
||||
```
|
||||
|
||||
2. If you cloned a while ago, get the latest changes from upstream:
|
||||
|
|
@ -127,7 +127,7 @@ git push origin <topic-branch-name>
|
|||
|
||||
**IMPORTANT**: By submitting a patch, you agree to allow the project owners to
|
||||
license your work under the terms of the
|
||||
[GNU AGPLv3](https://code.castopod.org/ad-aures/castopod/-/blob/main/LICENSE).
|
||||
[GNU AGPLv3](https://code.castopod.org/adaures/castopod/-/blob/main/LICENSE).
|
||||
|
||||
## Collaborating guidelines
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ to help you kickstart your contribution.
|
|||
1. Clone Castopod project by running:
|
||||
|
||||
```bash
|
||||
git clone https://code.castopod.org/ad-aures/castopod.git
|
||||
git clone https://code.castopod.org/adaures/castopod.git
|
||||
```
|
||||
|
||||
2. Create a `.env` file with the minimum required config to connect the app to
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ improvements ⚡.
|
|||
## Manual update instructions
|
||||
|
||||
1. Go to the
|
||||
[releases page](https://code.castopod.org/ad-aures/castopod/-/releases) and
|
||||
[releases page](https://code.castopod.org/adaures/castopod/-/releases) and
|
||||
see if your instance is up to date with the latest Castopod version
|
||||
|
||||
- cf.
|
||||
|
|
@ -40,8 +40,8 @@ improvements ⚡.
|
|||
:::
|
||||
|
||||
4. Releases may come with additional update instructions (see
|
||||
[releases page](https://code.castopod.org/ad-aures/castopod/-/releases)).
|
||||
They are usually database migration scripts in `.sql` format to update your
|
||||
[releases page](https://code.castopod.org/adaures/castopod/-/releases)). They
|
||||
are usually database migration scripts in `.sql` format to update your
|
||||
database schema.
|
||||
|
||||
- 👉 Make sure you run the scripts on your phpmyadmin panel or using command
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ to get you started.
|
|||
|
||||
Castopod has adopted a Code of Conduct that we expect project participants to
|
||||
adhere to. Please read the
|
||||
[CODE_OF_CONDUCT manual](https://code.castopod.org/ad-aures/castopod/-/blob/beta/CODE_OF_CONDUCT.md)
|
||||
[CODE_OF_CONDUCT manual](https://code.castopod.org/adaures/castopod/-/blob/beta/CODE_OF_CONDUCT.md)
|
||||
so that you can understand what actions will and will not be tolerated.
|
||||
|
||||
### Contributing guide
|
||||
|
|
@ -171,7 +171,7 @@ You may reach us for help or ask any question you have on:
|
|||
|
||||
- [Discord](https://castopod.org/discord) (for direct interaction with
|
||||
developers and the community)
|
||||
- [Issue tracker](https://code.castopod.org/ad-aures/castopod/-/issues) (for
|
||||
- [Issue tracker](https://code.castopod.org/adaures/castopod/-/issues) (for
|
||||
feature requests & bug reports)
|
||||
|
||||
Alternatively, you can follow us on social media platforms to get news about
|
||||
|
|
@ -199,10 +199,10 @@ backers. If you'd like to help, please consider
|
|||
|
||||
Copyright © 2020-present, [Ad Aures](https://adaures.com/).
|
||||
|
||||
[release]: https://code.castopod.org/ad-aures/castopod/-/releases
|
||||
[release]: https://code.castopod.org/adaures/castopod/-/releases
|
||||
[release-badge]:
|
||||
https://img.shields.io/gitlab/v/release/2?color=brightgreen&gitlab_url=https%3A%2F%2Fcode.castopod.org%2F&include_prereleases&label=release
|
||||
[license]: https://code.castopod.org/ad-aures/castopod/-/blob/beta/LICENSE.md
|
||||
[license]: https://code.castopod.org/adaures/castopod/-/blob/beta/LICENSE.md
|
||||
[license-badge]:
|
||||
https://img.shields.io/github/license/ad-aures/castopod?color=blue
|
||||
[semantic-release]: https://github.com/semantic-release/semantic-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue