Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.65 KB

Contribution Guide

Reporting Issues

If you find a bug or have a suggestion for a feature, you can open a new issue.

When opening an issue:

  1. Check the issues and pull requests to make sure that the feature/bug has not already been addressed, or is being worked upon.
  2. Follow the provided template.
  3. Provide as much detail as possible about the issue, including steps to reproduce the issue if applicable.

Submitting Pull Requests

We welcome contributions to the starknet.py repository.

If you want to contribute a feature or fix a bug, please follow these steps:

  1. Check the issues and pull requests to make sure that the feature/bug has not already been addressed, or is being worked upon.
  2. Fork the repository and create a new branch for your changes.
  3. Make the changes in your fork, following the development guidelines.
  4. Test your changes thoroughly to make sure they are working as expected.
  5. Add documentation for your changes, if applicable.
  6. Open a pull request with development as the base branch.
  7. In the pull request description, explain the changes you have made and why they are necessary.

We will review the pull request and provide feedback.

Once the changes are approved, they will be merged into the development branch.