Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING.md #8

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing to **Smart_Scraper**

Thank you for considering contributing to [Project Name]! We appreciate your interest and welcome your contributions.

## How Can You Contribute?
1. **Report Bugs**: If you find a bug, please report it by opening an issue.
2. **Suggest Features**: We welcome feature requests or suggestions for improvement.
3. **Submit Pull Requests**: If you have a fix or a feature you'd like to implement, feel free to create a pull request.

## How to Submit a Pull Request
1. Fork the repository.
2. Create a new branch from `main`.
3. Make your changes, and ensure your code passes all tests.
4. Commit your changes and push the branch to your fork.
5. Open a pull request to the `main` branch of this repository.

## Code Style
Please follow our code style guidelines and ensure your changes are properly formatted.

## Tests
If you add or modify any functionality, please add corresponding tests to maintain the project's quality.

Thank you for helping to improve [Project Name]!
Loading