Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 1.71 KB

Contributing to Delegation Framework

Thank you for your interest in contributing to the Delegation Framework! Your contributions help make this project better for everyone. Below are guidelines to help you get started.

Code of Conduct

This project and everyone participating in it are governed by the MetaMask Code of Conduct. By participating, you are expected to uphold this code.

How Can I Contribute?

You can open an issue to suggest a feature. Please follow the new feature template. To report a bug, please follow our security policy.

Before creating a new issue, check the current open and closed issues to see if your concern has already been addressed. Adding a comment to an existing issue can often be more effective.

When suggesting a new feature, provide comprehensive details, particularly about the motivating use cases. Clearly illustrating the feature’s potential impact on the ecosystem can help prioritize its development. High-impact features are given priority, so detailed explanations are highly valued.

Submitting Pull Requests

All Pull Requests must be paired with an open issue. When creating a Pull Request, you will be presented with a PR template; please be as detailed and thorough as possible to increase the likelihood of your PR being merged.

Create your PR against main as the base branch.

Please ensure your pull request adheres to the style guide and includes unit tests for new functionality.