Skip to content

Commit 39f07c7

Browse files
committed
use the new app store on GitHub in the section about submitting
1 parent 11422c9 commit 39f07c7

3 files changed

Lines changed: 6 additions & 30 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ public
22

33
.idea
44

5-
venv
5+
venv
6+
.venv

.gitlab-ci.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/developer_docs/submitting.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ This allows all other freeshard users to find and install it with a single click
99

1010
## Submission Process
1111

12-
The backend of freeshard's app store is [this repository on GitLab](https://gitlab.com/ptl-public/app-repository){target=_blank}.
12+
The backend of freeshard's app store is [this repository on GitHub](https://github.com/FreeshardBase/app-repository){target=_blank}.
1313
There is a folder for each app containing the `app_meta.json`, the `docker-compose.yml.template` and the app's icon.
14-
To submit your app, request contributor access to the repository
15-
and create a merge request in which you add the folder for your app.
14+
To submit your app create a pull request in which you add the folder for your app.
1615
Obviously, you may not modify any other apps except your own.
1716

1817
When committing your changes, please name your branch `app/<your-app>`.
1918

20-
If you make changes to your app you should update the app's files,
21-
commit them to the same branch, and submit another merge request.
19+
If you want to publish an update for your app you should update the app's files
20+
and create another pull request.
2221

2322
## Metadata for the App Store
2423

0 commit comments

Comments
 (0)