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
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
# Contributing
2
2
3
-
Thanks you for your interest in Puppeteer Recorder! We'd love to accept your patches and contributions, but please remember that this project
4
-
was started first an foremost to serve the users of the Checkly API and Site transaction monitoring service.
3
+
HI! Thanks you for your interest in Puppeteer Recorder! We'd love to accept your patches and contributions, but please remember that this project was started first and foremost to serve the users of the Checkly API and Site transaction monitoring service.
5
4
6
-
## Getting setup
5
+
## New feature guidelines
6
+
7
+
When authoring new features or extending existing ones, consider the following:
8
+
- All new features should be accompanied first with a Github issues describing the feature and its necessity.
9
+
- We aim for simplicity. Too many options, buttons, panels etc. detract from that.
10
+
- Features should serve the general public. Very specific things for your use case are frowned upon.
11
+
12
+
## Getting set up
7
13
8
14
1. Clone this repository
9
15
@@ -37,14 +43,6 @@ To run code linter, use:
37
43
```bash
38
44
npm run lint
39
45
```
40
-
41
-
## Feature guidelines
42
-
43
-
When authoring new features methods, consider the following:
44
-
- All new features should be accompanied first with a Github issues describing the feature and its necessity.
45
-
- We aim for simplicity. Too many options, buttons, panel etc. detract from that.
46
-
- Features should serve the general public. Very specific things for your usecase only are not that.
47
-
48
46
## Commit Messages
49
47
50
48
Commit messages should follow the Semantic Commit Messages format:
0 commit comments