Skip to content

Commit 36708e0

Browse files
michioswhashkode
authored andcommitted
formatting fixes
1 parent f8efc80 commit 36708e0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,23 @@
1010
- [Pull Requests](#pull-requests)
1111

1212
## Code of Conduct
13+
1314
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.
1415

1516
## How to Contribute
1617

1718
### Guidelines for Non-Code Contributions
19+
1820
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.
1921

2022
### Reporting Bugs
2123

2224
#### Before Submitting a Bug
25+
2326
- Search existing [Issues](https://github.com/co-browser/browser-use-mcp-server/issues) to ensure it hasn't already been reported.
2427

2528
#### How to Submit a Good Bug Report
29+
2630
- Open a new issue with a descriptive title.
2731
- Clearly describe the problem, including:
2832
- Exact reproduction steps.
@@ -34,20 +38,22 @@ We appreciate your attention to detail. However, minor fixes like typos or gramm
3438
### Suggesting Enhancements
3539

3640
#### Before Submitting an Enhancement
41+
3742
- Search existing [Issues](https://github.com/co-browser/browser-use-mcp-server/issues) to avoid duplicates.
3843

3944
#### How to Submit a Good Enhancement Suggestion
45+
4046
- Clearly and descriptively title your issue.
4147
- Provide a detailed explanation of the enhancement.
4248
- Describe current vs. desired behavior.
4349
- Explain why this enhancement benefits the project and its users.
4450
- Specify your OS and relevant software versions if applicable.
4551

4652
### Pull Requests
53+
4754
- Pull requests undergo automated checks, including build and linting. Ensure these checks pass.
4855
- Ensure your PR addresses the following:
4956
- Clearly described purpose and benefits.
5057
- Consistent code style and formatting.
5158
- Clearly document commit messages, providing detailed context for substantial changes.
5259
- PRs focused solely on formatting without functional improvements will generally be rejected.
53-

0 commit comments

Comments
 (0)