Skip to content

Commit

Permalink
[README.md] Improve wording and denote source
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Aug 27, 2024
1 parent 6a4359a commit 4cd8e3d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Sailfish QML
Workplace repo for creating diff patches

## How to manual?
## How-to (fully manual)?
- Fork repo or request addition to organization
- Create branch named your patch name:
`git checkout -b my-patch-name`
- Create branch with your Patch name: `git checkout -b my-patch-name`
- Apply changes
- Create diff:
`git diff master -- . ':!.github' > unified_diff.patch`
- Publish it to Patchmanager web catalog!
- Create diff: `git diff master -- . ':!.github' > unified_diff.patch`
- Publish it on Patchmanager's Web Catalog!

## How to automatic?
## How-to (semi-automated)?
- Fork repo or request addition to organization
- Create branch named your patch name:
`git checkout -b my-patch-name`
- Create branch with your Patch name: `git checkout -b my-patch-name`<br />
Alternatively this can be done by GitHub's web-frontend.
- Apply changes
- You can copy additional files according to [pm2 guidelines](https://coderus.openrepos.net/pm2/usage/) to the 'patch' folder
- You can copy additional files according to the [Patchmanager guidelines](https://coderus.openrepos.net/pm2/usage/) to the `patch` folder
- Create pull request
- Github CI will produce zip file for you
- Publish it to Patchmanager web catalog!
- A CI workflow of this GitHub repo will [produce a ZIP file for you](https://github.com/sailfishos-patches/sailfish-qml/actions)
- Publish it on Patchmanager's Web Catalog!

#### Side note
The content of this repo was created by executing `find /usr -name '*.qml' -o -name '*.js'` as root on a freshly installed SailfishOS.

0 comments on commit 4cd8e3d

Please sign in to comment.