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
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# CTFNote - Contribution Guide
2
2
3
-
When contributing to this repository, please first discuss the change you wish to make via issue with the collaborators of this repository before making a change.
3
+
We have a [Discord server](https://discord.gg/uzTybeYuBg) where we discuss the development and feature of CTFNote.
4
+
5
+
When contributing to this repository, please first discuss the change you wish to make via issue with the collaborators of this repository before making a change, or have a chat in Discord if you do not want to create a full issue yet.
4
6
5
7
## Git process
6
8
@@ -44,21 +46,22 @@ $ yarn
44
46
This should run the prepare script and install the linting pre-commit hooks:
45
47
46
48
```
47
-
[1/4] 🔍 Resolving packages...
48
-
[2/4] 🚚 Fetching packages...
49
-
[3/4] 🔗 Linking dependencies...
50
-
[4/4] 🔨 Building fresh packages...
51
-
$ husky install
52
-
[##] 2/2husky - Git hooks installed
53
-
✨ Done in 0.40s.
49
+
➤ YN0000: · Yarn 4.1.1
50
+
➤ YN0000: ┌ Resolution step
51
+
➤ YN0000: └ Completed
52
+
➤ YN0000: ┌ Fetch step
53
+
➤ YN0000: └ Completed
54
+
➤ YN0000: ┌ Link step
55
+
➤ YN0000: └ Completed
56
+
➤ YN0000: · Done in 0s 103ms
54
57
```
55
58
56
59
### Start the third party containers
57
60
58
61
```shell
59
62
$ docker compose \
60
63
-f docker-compose.dev.yml \
61
-
up -d hedgedoc db adminer
64
+
up -d hedgedoc db
62
65
```
63
66
64
67
### Start the API
@@ -85,8 +88,7 @@ The following endpoint are exposed and can be used in the developpement environm
0 commit comments