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: docs/contributing.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ label. This makes it easier for you to find ways to participate.
12
12
Additionally, we use labels such as `c:easy`, `c:medium`, and `c:difficult` to indicate the complexity level of issues,
13
13
helping you choose tasks that match your skill level.
14
14
15
-
## The Benefits of Contributing to Open Source for Developers
15
+
## Benefits
16
16
17
17
Contributing to open source projects offers a wealth of benefits, particularly for junior developers.
18
18
@@ -31,13 +31,20 @@ Contributing to open source projects offers a wealth of benefits, particularly f
31
31
5.**Making a Real-World Impact:** Your contributions can significantly influence the project and its users. The
32
32
satisfaction of seeing your code being used and appreciated by others is incredibly rewarding.
33
33
34
-
**Remember, every expert was once a beginner. Contributing to open source is a valuable step in your development
35
-
journey. So, dive in and start making your mark!**
34
+
**Help us enhance Buggregator and make a real difference!**
36
35
37
36
**We appreciate any contributions to help make Buggregator better!**
38
37
39
-
Buggregator consist of two repositories
38
+
## Repositories
40
39
41
-
1. Server part. This is the places where an application will send events which will be handled by server and sent to the client browser. Server also is REST API endpoint where a client requests received events
40
+
There are the following repositories in the Buggregator project:
42
41
43
-
2. Frontend part. This is the place where a client can observe incomming events such as var dumps and
42
+
1.[Server](https://github.com/buggregator/server). Manages and sends events to the client. It also serves as a REST API
43
+
endpoint for event requests.
44
+
2.[Frontend](https://github.com/buggregator/frontend). Allows clients to view incoming events like variable dumps.
45
+
3.[Trap](https://github.com/buggregator/trap). A lightweight alternative to the full Buggregator server, designed for
46
+
local debugging.
47
+
4.[Documentation](https://github.com/buggregator/docs). Contains all the documentation for the Buggregator project.
48
+
5.[Site](https://github.com/buggregator/buggregator.dev). The official website for Buggregator.
49
+
6.[PHPStorm Plugin](https://github.com/buggregator/phpstorm-plugin). A plugin for PHPStorm that integrates with
0 commit comments