Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.79 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.79 KB

Contributing to L2-interop

Thank you for your interest in contributing to the L2-interop repository! We welcome your ideas, improvements, and bug fixes to help drive Ethereum-wide interoperability forward.

How to Contribute

Using Issues

  • Discussions: If you have a topic you'd like to discuss, please find or open a GitHub Issue with enough details and the expected outcome of the discussion.
  • Feature Requests: Have a feature/idea in mind? Open an Issue outlining your idea and its potential benefits.
  • General Discussions: Use GitHub Discussions or comment on existing issues to share ideas or ask questions.

Submitting Pull Requests

  1. Fork and Clone: Start by forking the repository and cloning it locally.
  2. Create a Branch: Create a new branch for your changes (e.g. docs/doc-name or specs/spec-name).
  3. Develop Your Changes: Implement your changes and include clear, descriptive commit messages.
  4. Submit a PR: Open a pull request against the main branch. Make sure to reference the related issue(s) in your PR description.
  5. Review Process: Your pull request will be reviewed as soon as possible. Please be responsive to feedback and make revisions as necessary.

Guidelines for Contributions

  • Code Style: Follow the standards and style guidelines set out in the repository.
  • Documentation: Update or add documentation where necessary, especially if your changes affect behavior or interfaces.
  • Commit Messages: Use clear and concise commit messages that accurately describe your changes.
  • Respect and Collaboration: Engage with maintainers and fellow contributors respectfully. Constructive feedback is key to our community’s success.

Thank you for contributing to Ethereum interoperability!