Skip to content

Commit 3e91a46

Browse files
committed
docs: change contributing.md with new ci/cd workflow
1 parent 6b22a9d commit 3e91a46

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,31 @@ Thank you for your interest in contributing to **ScrapeGraphAI**! We welcome con
1515

1616
To get started with contributing, follow these steps:
1717

18-
1. Fork the repository on GitHub.
18+
1. Fork the repository on GitHub **(FROM pre/beta branch)**.
1919
2. Clone your forked repository to your local machine.
20-
3. Install the necessary dependencies.
20+
3. Install the necessary dependencies from requirements.txt or via pyproject.toml as you prefere :).
2121
4. Make your changes or additions.
2222
5. Test your changes thoroughly.
2323
6. Commit your changes with descriptive commit messages.
2424
7. Push your changes to your forked repository.
25-
8. Submit a pull request to the main repository.
25+
8. Submit a pull request to the pre/beta branch.
26+
27+
N.B All the pull request to the main branch will be rejected!
2628

2729
## Contributing Guidelines
2830

2931
Please adhere to the following guidelines when contributing to ScrapeGraphAI:
3032

3133
- Follow the code style and formatting guidelines specified in the [Code Style](#code-style) section.
32-
- Make sure your changes are well-documented and include any necessary updates to the project's documentation.
33-
- Write clear and concise commit messages that describe the purpose of your changes.
34+
- Make sure your changes are well-documented and include any necessary updates to the project's documentation and requirements if needed.
35+
- Write clear and concise commit messages that describe the purpose of your changes and the last commit before the pull request has to follow the following format:
36+
- `feat: Add new feature`
37+
- `fix: Correct issue with existing feature`
38+
- `docs: Update documentation`
39+
- `style: Improve formatting and style`
40+
- `refactor: Restructure code`
41+
- `test: Add or update tests`
42+
- `perf: Improve performance`
3443
- Be respectful and considerate towards other contributors and maintainers.
3544

3645
## Code Style
@@ -53,7 +62,7 @@ To submit your changes for review, please follow these steps:
5362
4. Select your forked repository and the branch containing your changes.
5463
5. Provide a descriptive title and detailed description for your pull request.
5564
6. Reviewers will provide feedback and discuss any necessary changes.
56-
7. Once your pull request is approved, it will be merged into the main repository.
65+
7. Once your pull request is approved, it will be merged into the pre/beta branch.
5766

5867
## Reporting Issues
5968

0 commit comments

Comments
 (0)