Skip to content

Commit

Permalink
submission: Move some headers and add a note
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 2, 2024
1 parent 2d50c7b commit 0b08eec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/02-for-app-authors/05-submission.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Submission

App submissions are extremely welcome and the process is straightforward.
Some basic familiarity with Git and Flatpak is required to submit and
maintain an app on Flathub.

## Before submission

Expand All @@ -10,6 +12,8 @@ Please follow the [requirements](/docs/for-app-authors/requirements) to
ensure that the submission has all the required files and is technically
and legally compatible for Flathub.

### Build and install

It's best practice to make sure your submission correctly builds and runs
locally with Flatpak. This will help you to fix any potential issues and
expedite the review process.
Expand All @@ -21,8 +25,6 @@ to build the application.
flatpak install -y flathub org.flatpak.Builder
```

### Build and install

Add the Flathub repo user-wide:

```bash
Expand Down

0 comments on commit 0b08eec

Please sign in to comment.