You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -282,35 +282,3 @@ To set up the license key:
282
282
1. Copy the template at resources/jxbrowser/jxbrowser.properties.template
283
283
and save it as resources/jxbrowser/jxbrowser.properties.
284
284
2. Replace `<KEY>` with the actual key.
285
-
286
-
## Signing commits
287
-
288
-
We require that all commits to the repository are signed with GPG or SSH, see [GitHub's documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).
289
-
290
-
If you are on macOS, and choose to sign with GPG, here are some additonal notes:
291
-
292
-
- Download GPG's tarball along with its dependencies from [here](https://www.gnupg.org/download/).
293
-
GPG is the first item, the dependencies are in the block below (Libgpg-error, Libgcrypt, etc.).
294
-
- To install these tarballs on macOS, follow these instructions:
295
-
- Download the desired `.tar.gz` or (`.tar.bz2`) file
296
-
- Open Terminal
297
-
- Extract the `.tar.gz` or (`.tar.bz2`) file with the following commands (Follow these steps for the dependencies first, then for GPG):
298
-
```bash
299
-
tar xvjf PACKAGENAME.tar.bz2
300
-
# Navigate to the extracted folder using cd command
301
-
cd PACKAGENAME
302
-
# Now run the following command to install the tarball
303
-
./configure
304
-
make
305
-
sudo make install
306
-
```
307
-
- You may need to install pinentry (`brew install pinentry`)
308
-
- If the Pinentry continues to not work, check its path (`which pinentry`) and add it to the file `~/.gnupg/gpg-agent.conf`, i.e.:
309
-
```bash
310
-
pinentry-program /path/to/pinentry
311
-
```
312
-
- You may need to set the tty `export GPG_TTY=$(tty)` if you get this error when trying to commit:
0 commit comments