Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.29 KB

CONTRIBUTING.md

File metadata and controls

42 lines (32 loc) · 1.29 KB

Contributing Guidelines

We welcome contributions to the codee_graph_generator project! If you're interested in contributing, please follow these guidelines:

Reporting Issues

If you encounter any issues or have suggestions for improvements, please feel free to open an issue on the GitHub repository. When reporting issues, please include the following information:

A clear and descriptive title.

A detailed description of the issue, including steps to reproduce it. Any relevant error messages or screenshots. The version of the codee_graph_generator and relevant dependencies.

Making Contributions

If you'd like to contribute code, follow these steps:

Fork the codee_graph_generator repository on GitHub.

Clone your fork to your local machine:

Copy code
git clone https://github.com/your-username/codee_graph_generator.git

Create a new branch for your changes:

Copy code
git checkout -b feature-name

Make your changes, ensuring to follow the existing code style and guidelines.

Test your changes locally to ensure they work as expected.

Commit your changes with a descriptive commit message:

git commit -m "Add feature or fix issue"

Push your changes to your fork:

git push origin feature-name

Create a pull request on the codee_graph_generator repository.