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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,23 @@
10
10
-[Pull Requests](#pull-requests)
11
11
12
12
## Code of Conduct
13
+
13
14
This project follows a respectful and inclusive environment. By contributing, you agree to maintain a welcoming atmosphere. Any unacceptable behavior should be reported directly to the maintainers.
14
15
15
16
## How to Contribute
16
17
17
18
### Guidelines for Non-Code Contributions
19
+
18
20
We appreciate your attention to detail. However, minor fixes like typos or grammar corrections should not be submitted individually. Instead, create an issue noting these corrections, and we'll batch them into larger updates.
19
21
20
22
### Reporting Bugs
21
23
22
24
#### Before Submitting a Bug
25
+
23
26
- Search existing [Issues](https://github.com/co-browser/browser-use-mcp-server/issues) to ensure it hasn't already been reported.
24
27
25
28
#### How to Submit a Good Bug Report
29
+
26
30
- Open a new issue with a descriptive title.
27
31
- Clearly describe the problem, including:
28
32
- Exact reproduction steps.
@@ -34,20 +38,22 @@ We appreciate your attention to detail. However, minor fixes like typos or gramm
34
38
### Suggesting Enhancements
35
39
36
40
#### Before Submitting an Enhancement
41
+
37
42
- Search existing [Issues](https://github.com/co-browser/browser-use-mcp-server/issues) to avoid duplicates.
38
43
39
44
#### How to Submit a Good Enhancement Suggestion
45
+
40
46
- Clearly and descriptively title your issue.
41
47
- Provide a detailed explanation of the enhancement.
42
48
- Describe current vs. desired behavior.
43
49
- Explain why this enhancement benefits the project and its users.
44
50
- Specify your OS and relevant software versions if applicable.
45
51
46
52
### Pull Requests
53
+
47
54
- Pull requests undergo automated checks, including build and linting. Ensure these checks pass.
0 commit comments