Skip to content

Commit 3637571

Browse files
committed
Format markdown files
1 parent c2689d7 commit 3637571

File tree

5 files changed

+25
-17
lines changed

5 files changed

+25
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
name: Bug Report
33
about: Create a report to help us improve
4-
title: '[BUG] '
4+
title: "[BUG] "
55
labels: bug
6-
assignees: ''
6+
assignees: ""
77
---
88

99
**Describe the bug**
1010
A clear and concise description of what the bug is.
1111

1212
**To Reproduce**
1313
Steps to reproduce the behavior:
14+
1415
1. Go to '...'
1516
2. Click on '....'
1617
3. Scroll down to '....'
@@ -23,10 +24,11 @@ A clear and concise description of what you expected to happen.
2324
If applicable, add screenshots to help explain your problem.
2425

2526
**Environment (please complete the following information):**
27+
2628
- OS: [e.g. macOS, Windows, Linux]
2729
- Version [e.g. 1.2.3]
2830
- Client [if applicable]
2931
- Version [e.g. 1.2.3]
3032

3133
**Additional context**
32-
Add any other context about the problem here.
34+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature Request
33
about: Suggest an idea for this project
4-
title: '[FEATURE] '
4+
title: "[FEATURE] "
55
labels: enhancement
6-
assignees: ''
6+
assignees: ""
77
---
88

99
**Is your feature request related to a problem? Please describe.**
@@ -16,4 +16,4 @@ A clear and concise description of what you want to happen.
1616
A clear and concise description of any alternative solutions or features you've considered.
1717

1818
**Additional context**
19-
Add any other context or screenshots about the feature request here.
19+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Description
2+
23
Please include a summary of the changes and which issue is fixed. Please also include relevant motivation and context.
34

45
Fixes # (issue)
56

67
## Type of change
8+
79
Please delete options that are not relevant.
810

911
- [ ] Bug fix (non-breaking change which fixes an issue)
@@ -12,13 +14,15 @@ Please delete options that are not relevant.
1214
- [ ] Documentation update
1315

1416
## How Has This Been Tested?
17+
1518
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
1619

1720
## Checklist:
21+
1822
- [ ] My code follows the style guidelines of this project
1923
- [ ] I have performed a self-review of my code
2024
- [ ] I have commented my code, particularly in hard-to-understand areas
2125
- [ ] I have made corresponding changes to the documentation
2226
- [ ] My changes generate no new warnings
2327
- [ ] I have added tests that prove my fix is effective or that my feature works
24-
- [ ] New and existing unit tests pass locally with my changes (if applicable)
28+
- [ ] New and existing unit tests pass locally with my changes (if applicable)

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
* Demonstrating empathy and kindness toward other people
21-
* Being respectful of differing opinions, viewpoints, and experiences
22-
* Giving and gracefully accepting constructive feedback
23-
* Accepting responsibility and apologizing to those affected by our mistakes,
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
2424
and learning from the experience
25-
* Focusing on what is best not just for us as individuals, but for the overall
25+
- Focusing on what is best not just for us as individuals, but for the overall
2626
community
2727

2828
Examples of unacceptable behavior include:
2929

30-
* The use of sexualized language or imagery, and sexual attention or advances of
30+
- The use of sexualized language or imagery, and sexual attention or advances of
3131
any kind
32-
* Trolling, insulting or derogatory comments, and personal or political attacks
33-
* Public or private harassment
34-
* Publishing others' private information, such as a physical or email address,
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email address,
3535
without their explicit permission
36-
* Other conduct which could reasonably be considered inappropriate in a
36+
- Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

3939
## Enforcement Responsibilities

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ We have adopted a Code of Conduct that we expect project participants to adhere
2121
## Getting Started
2222

2323
### Fork-based workflow (recommended as a playground)
24+
2425
1. Fork the repository
2526
2. Clone your fork: `git clone https://github.com/your-username/browser-use-mcp-server.git`
2627
3. Create a new branch: `git checkout -b feature/your-feature-name`
@@ -29,6 +30,7 @@ We have adopted a Code of Conduct that we expect project participants to adhere
2930
6. Open a Pull Request
3031

3132
### Direct repository workflow (for contributors)
33+
3234
1. Clone the repository directly: `git clone https://github.com/co-browser/browser-use-mcp-server.git`
3335
2. Create a new branch: `git checkout -b feature/your-feature-name`
3436
3. Make your changes

0 commit comments

Comments
 (0)