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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Remember, you can preview this before saving it.
14
14
### Contributor checklist:
15
15
16
16
-[ ] My commits are in nice logical chunks with [good commit messages](http://chris.beams.io/posts/git-commit/)
17
-
-[ ] My changes are [rebased](https://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`unstable`](https://github.com/session-foundation/session-desktop/tree/unstable) branch
17
+
-[ ] My changes are [rebased](https://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`dev`](https://github.com/session-foundation/session-desktop/tree/dev) branch
18
18
-[ ] A `yarn ready` run passes successfully ([more about tests here](https://github.com/session-foundation/session-desktop/blob/master/CONTRIBUTING.md#tests))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Of course we encourage community developers to work on ANY issue filed on our Gi
21
21
22
22
### Node.js
23
23
24
-
You'll need a [Node.js](https://nodejs.org/) version which matches our current version. You can check [`.nvmrc` in the `unstable` branch](https://github.com/session-foundation/session-desktop/blob/unstable/.nvmrc) to see what the current version is.
24
+
You'll need a [Node.js](https://nodejs.org/) version which matches our current version. You can check [`.nvmrc` in the `dev` branch](https://github.com/session-foundation/session-desktop/blob/dev/.nvmrc) to see what the current version is.
25
25
26
26
If you use other node versions you might have or need a node version manager.
27
27
@@ -31,7 +31,7 @@ If you use other node versions you might have or need a node version manager.
31
31
32
32
### Python
33
33
34
-
You will need a [Python](https://www.python.org) version which matches our current version. You can check [`.tool-versions` in the `unstable` branch](https://github.com/session-foundation/session-desktop/blob/unstable/.tool-versions) to see what the current version is.
34
+
You will need a [Python](https://www.python.org) version which matches our current version. You can check [`.tool-versions` in the `dev` branch](https://github.com/session-foundation/session-desktop/blob/dev/.tool-versions) to see what the current version is.
35
35
36
36
If you use other python versions you might have or need a python version manager.
37
37
@@ -382,10 +382,10 @@ So you wanna make a pull request? Please observe the following guidelines.
382
382
- Please do not submit pull requests for pure translation fixes. Anyone can update
383
383
the translations at [Crowdin](https://getsession.org/translate).
384
384
-[Rebase](https://nathanleclaire.com/blog/2014/09/14/dont-be-scared-of-git-rebase/) your
385
-
changes on the latest `unstable` branch, resolving any conflicts.
385
+
changes on the latest `dev` branch, resolving any conflicts.
386
386
This ensures that your changes will merge cleanly when you open your PR.
387
387
- Be sure to add and run tests!
388
-
- Make sure the diff between `unstable` and your branch contains only the
388
+
- Make sure the diff between `dev` and your branch contains only the
389
389
minimal set of changes needed to implement your feature or bug fix. This will
390
390
make it easier for the person reviewing your code to approve the changes.
391
391
Please do not submit a PR with commented out code or unfinished features.
@@ -424,6 +424,6 @@ The binaries will be placed inside the `release/` folder.
424
424
<details>
425
425
<summary>Linux</summary>
426
426
427
-
You can change in [package.json](./package.json)`"target": ["deb"],` to any of the [electron-builder targets](https://www.electron.build/linux#target) to build for another target.
427
+
You can change in [package.json](./package.json)`"target": "deb",` to any of the [electron-builder targets](https://www.electron.build/linux#target) to build for another target.
Copy file name to clipboardExpand all lines: INTERNALBUILDS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,6 @@ The binaries will be placed inside the `release/` folder.
96
96
<details>
97
97
<summary>Linux</summary>
98
98
99
-
You can change in [package.json](./package.json) `"target": ["deb"],` to any of the [electron-builder targets](https://www.electron.build/linux#target) to build for another target.
99
+
You can change in [package.json](./package.json) `"target": "deb",` to any of the [electron-builder targets](https://www.electron.build/linux#target) to build for another target.
0 commit comments