|
1 | | -# Contributing to invoiceninja |
| 1 | +# Contributing to webhook |
2 | 2 |
|
3 | 3 | ## Gotchas |
4 | 4 |
|
5 | 5 | * While contributing make sure to make all your changes before creating a Pull Request, as our pipeline builds each commit after the PR is open. |
6 | 6 | * Read, and fill the Pull Request template |
7 | | - * If this is a fix for a typo in code or documentation in the README please file an issue |
| 7 | + * If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR |
8 | 8 | * If the PR is addressing an existing issue include, closes #\<issue number>, in the body of the PR commit message |
9 | 9 | * If you want to discuss changes, you can also bring it up in [#dev-talk](https://discordapp.com/channels/354974912613449730/757585807061155840) in our [Discord server](https://discord.gg/YWrKVTn) |
10 | 10 |
|
|
24 | 24 | ## Readme |
25 | 25 |
|
26 | 26 | If you would like to change our readme, please __**do not**__ directly edit the readme, as it is auto-generated on each commit. |
27 | | -Instead edit the [readme-vars.yml](https://github.com/linuxserver/docker-invoiceninja/edit/master/readme-vars.yml). |
| 27 | +Instead edit the [readme-vars.yml](https://github.com/linuxserver-labs/docker-webhook/edit/master/readme-vars.yml). |
28 | 28 |
|
29 | 29 | These variables are used in a template for our [Jenkins Builder](https://github.com/linuxserver/docker-jenkins-builder) as part of an ansible play. |
30 | | -Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-invoiceninja) |
| 30 | +Most of these variables are also carried over to [docs.linuxserver.io](https://docs.linuxserver.io/images/docker-webhook) |
31 | 31 |
|
32 | 32 | ### Fixing typos or clarify the text in the readme |
33 | 33 |
|
@@ -96,25 +96,26 @@ If you are proposing additional packages to be added, ensure that you added the |
96 | 96 |
|
97 | 97 | ### Testing your changes |
98 | 98 |
|
99 | | -``` |
100 | | -git clone https://github.com/linuxserver/docker-invoiceninja.git |
101 | | -cd docker-invoiceninja |
| 99 | +```bash |
| 100 | +git clone https://github.com/linuxserver-labs/docker-webhook.git |
| 101 | +cd docker-webhook |
102 | 102 | docker build \ |
103 | 103 | --no-cache \ |
104 | 104 | --pull \ |
105 | | - -t linuxserver/invoiceninja:latest . |
| 105 | + -t linuxserver-labs/webhook:latest . |
106 | 106 | ``` |
107 | 107 |
|
108 | | -The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static` |
109 | | -``` |
110 | | -docker run --rm --privileged multiarch/qemu-user-static:register --reset |
| 108 | +The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static` |
| 109 | + |
| 110 | +```bash |
| 111 | +docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset |
111 | 112 | ``` |
112 | 113 |
|
113 | 114 | Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`. |
114 | 115 |
|
115 | | -## Update the chagelog |
| 116 | +## Update the changelog |
116 | 117 |
|
117 | | -If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-invoiceninja/tree/master/root), add an entry to the changelog |
| 118 | +If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver-labs/docker-webhook/tree/main/root), add an entry to the changelog |
118 | 119 |
|
119 | 120 | ```yml |
120 | 121 | changelogs: |
|
0 commit comments