aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-04-23 12:05:13 +0100
committerLibravatar GitHub <noreply@github.com>2022-04-23 11:05:13 +0000
commit1c35622c66309984cecddd6892fe2060ef21a447 (patch)
tree27651692f01cbdd4e2b2b6be8a057524035e5a97 /CONTRIBUTING.md
parent6.0.0-nightly.9 [skip ci] (diff)
downloadferdium-app-1c35622c66309984cecddd6892fe2060ef21a447.tar.gz
ferdium-app-1c35622c66309984cecddd6892fe2060ef21a447.tar.zst
ferdium-app-1c35622c66309984cecddd6892fe2060ef21a447.zip
Update the build script for Windows (Powershell) and normalized with the unix equivalent [skip ci]
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md53
1 files changed, 27 insertions, 26 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8f1b19685..a6b581112 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,32 +6,33 @@
6 6
7<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 --> 7<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 -->
8 8
9- [Table of contents](#table-of-contents) 9- [Contributing to Ferdium 6](#contributing-to-ferdium-6)
10- [Code of Conduct](#code-of-conduct) 10 - [Table of contents](#table-of-contents)
11- [What should I know before I get started?](#what-should-i-know-before-i-get-started) 11 - [Code of Conduct](#code-of-conduct)
12- [How can I contribute?](#how-can-i-contribute) 12 - [What should I know before I get started?](#what-should-i-know-before-i-get-started)
13- [Setting up your development machine](#setting-up-your-development-machine) 13 - [How can I contribute?](#how-can-i-contribute)
14 - [Install system-level dependencies](#install-system-level-dependencies) 14 - [Setting up your development machine](#setting-up-your-development-machine)
15 - [Node.js, npm, pnpm](#nodejs-npm-pnpm) 15 - [Install system-level dependencies](#install-system-level-dependencies)
16 - [Git](#git) 16 - [Node.js, npm, pnpm](#nodejs-npm-pnpm)
17 - [On Debian/Ubuntu](#on-debianubuntu) 17 - [Git](#git)
18 - [On Fedora](#on-fedora) 18 - [On Debian/Ubuntu](#on-debianubuntu)
19 - [On Windows](#on-windows) 19 - [On Fedora](#on-fedora)
20 - [Clone repository with submodule](#clone-repository-with-submodule) 20 - [On Windows](#on-windows)
21 - [Local caching of dependencies](#local-caching-of-dependencies) 21 - [Clone repository with submodule](#clone-repository-with-submodule)
22 - [Install dependencies](#install-dependencies) 22 - [Local caching of dependencies](#local-caching-of-dependencies)
23 - [Fix native modules to match current electron node version](#fix-native-modules-to-match-current-electron-node-version) 23 - [Install dependencies](#install-dependencies)
24 - [Package recipe repository](#package-recipe-repository) 24 - [Fix native modules to match current electron node version](#fix-native-modules-to-match-current-electron-node-version)
25 - [Using Docker to build a linux-targetted packaged app](#using-docker-to-build-a-linux-targetted-packaged-app) 25 - [Package recipe repository](#package-recipe-repository)
26 - [Code Signing on a mac](#code-signing-on-a-mac) 26 - [Using Docker to build a linux-targetted packaged app](#using-docker-to-build-a-linux-targetted-packaged-app)
27 - [Start development app](#start-development-app) 27 - [Code Signing on a mac](#code-signing-on-a-mac)
28 - [Styleguide](#styleguide) 28 - [Start development app](#start-development-app)
29 - [Git Commit Messages format](#git-commit-messages-format) 29 - [Styleguide](#styleguide)
30 - [Javascript Coding style-checker](#javascript-coding-style-checker) 30 - [Git Commit Messages format](#git-commit-messages-format)
31- [Packaging](#packaging) 31 - [Javascript Coding style-checker](#javascript-coding-style-checker)
32- [Release](#release) 32 - [Packaging](#packaging)
33 - [Nightly releases](#nightly-releases) 33 - [Release](#release)
34 - [Updating the code after a hiatus](#updating-the-code-after-a-hiatus) 34 - [Nightly releases](#nightly-releases)
35 - [Updating the code after a hiatus](#updating-the-code-after-a-hiatus)
35 36
36<!-- /TOC --> 37<!-- /TOC -->
37 38