Skip to content

Commit dab42f5

Browse files
committed
Committing CONTRIBUTING.md
1 parent a84f91b commit dab42f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ Thank you for considering contributing to the Coursera Automation Extension! Her
55
## How to Contribute
66

77
1. **Fork the Repository**
8+
89
- Clone your fork to your local machine.
910
- Add the original repository as an upstream remote to keep your fork updated.
1011

1112
2. **Create a Branch**
13+
1214
- Create a new branch for your feature or bugfix.
1315
- Use a descriptive name for your branch (e.g., `feature/add-new-feature` or `bugfix/fix-issue`).
1416

1517
3. **Make Changes**
18+
1619
- Write clear and concise commit messages.
1720
- Follow the coding style and conventions used in the project.
1821
- Test your changes thoroughly before committing.
@@ -25,9 +28,11 @@ Thank you for considering contributing to the Coursera Automation Extension! Her
2528
## Guidelines for Reporting Issues
2629

2730
1. **Search Existing Issues**
31+
2832
- Before opening a new issue, search the existing issues to avoid duplicates.
2933

3034
2. **Create a Detailed Report**
35+
3136
- Provide a clear and descriptive title.
3237
- Describe the steps to reproduce the issue.
3338
- Include any relevant logs, screenshots, or code snippets.

0 commit comments

Comments
 (0)