Skip to content

Latest commit

 

History

History
92 lines (58 loc) · 4.86 KB

CONTRIBUTING.md

File metadata and controls

92 lines (58 loc) · 4.86 KB

Contributing to nexus

First off, thanks for taking the time to contribute to the nexus! ❤️ Your efforts help build a strong, collaborative environment for developing robust smart contracts.

Table of Contents

I Have a Question

If you have a question, please make sure to go through our Documentation first. Many common questions are already answered there.

For questions that remain unanswered, feel free to ask by:

  • Opening an Issue with a detailed description of your query.
  • Joining our community discussions on Discord or Telegram.

I Want To Contribute

Legal Notice

When contributing to this project, you agree that you have authored 100% of the content, have the necessary rights to the content, and that the content you contribute can be provided under the project license.

Reporting Bugs

A detailed bug report plays a crucial role in improving the nexus. Before submitting a bug report:

  • Ensure you're using the latest version.
  • Verify if it's a real bug and not an error on your side by consulting the documentation.
  • Search both open and closed issues to avoid duplicates.

To submit a bug report, open an issue and include as much relevant information as possible.

Suggesting Enhancements

We welcome suggestions for enhancements, including new features or improvements to existing ones. Before submitting:

  • Ensure you're using the latest version.
  • Check the documentation to see if the enhancement is already implemented.
  • Search existing issues to avoid duplicates.

To suggest an enhancement, open an issue with a clear title and detailed description.

Your First Code Contribution

Ready to contribute code? Great! Here are some steps to get you started:

  1. Fork the repository and create your branch from main.
  2. Write clear, concise, and functional code that adheres to our styleguides.
  3. Ensure your changes are thoroughly tested, especially for critical paths.
  4. Submit a pull request with a detailed description of your changes.

Improving The Documentation

Good documentation is crucial for any project. To contribute:

  1. Identify gaps or inaccuracies in our existing documentation.
  2. Propose changes that make the documentation clearer and more comprehensive.
  3. Submit a pull request with your proposed changes.

Styleguides

Our styleguides ensure consistency and quality across the codebase and documentation. Please review the Solidity Style Guide and JavaScript Style Guide before contributing.

Commit Messages

Use clear, concise commit messages that describe the changes you've made. Follow these commit message conventions.

Join The Project Team

Interested in becoming a more integral part of the nexus team? Great! Start by consistently contributing to the project, and don't hesitate to reach out to us on Discord or Telegram to express your interest.

Recognition and Rewards

We deeply value each contribution to Biconomy, whether it's through optimizing our smart contracts, enhancing security, or other valuable improvements. Noteworthy contributions may qualify for bounties, as outlined in our GAS_OPTIMIZATION.md and SECURITY.md, and contributors will be celebrated in our Contributor Hall of Fame. Contributions that fall outside direct optimization or security enhancements but are deemed valuable by our team may also be eligible for recognition and rewards. Let's work together to build a more secure and efficient ecosystem.

Attribution

This contributing guide is inspired by the open-source community and aims to foster a welcoming and collaborative environment. We're excited to see your contributions – let's build something great together!