Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.27 KB

CONTRIBUTING.md

File metadata and controls

65 lines (46 loc) · 2.27 KB

Contributing to END Network

Thank you for considering contributing to END Network! We welcome contributions from the community to improve the project. Please follow these guidelines to ensure a smooth contribution process.

How to Contribute

  1. Fork the Repository

    • Click the "Fork" button at the top right corner of the repository page to create your own copy of the repository.
  2. Clone Your Fork

    • Clone your fork to your local machine:
      git clone https://github.com/endnetwork/end-node.git
    • Navigate into the project directory:
      cd end-node
  3. Create a New Branch

    • Create a new branch for your changes:
      git checkout -b your-branch-name
  4. Make Your Changes

    • Make your changes or add your features. Ensure that your code follows the project's coding style and includes tests if applicable.
  5. Commit Your Changes

    • Commit your changes with a descriptive message:
      git add .
      git commit -m "Describe your changes here"
  6. Push Your Changes

    • Push your changes to your fork:
      git push origin your-branch-name
  7. Create a Pull Request

    • Go to the repository on GitHub and create a pull request. Provide a clear description of the changes you made and why they are necessary.

Code of Conduct

Please adhere to our Code of Conduct when participating in discussions and submitting contributions. We are committed to maintaining a respectful and inclusive environment for all contributors.

Reporting Issues

If you find a bug or have a feature request, please report it using the Issue Tracker. Provide as much detail as possible to help us understand and address the issue.

Development Guidelines

  • Ensure that your code adheres to the project's coding standards.
  • Write clear, concise commit messages.
  • Add tests for new features or bug fixes.
  • Follow the project's existing code structure and style.

Contact

For questions or more information, please reach out to us on Telegram or open an issue on the GitHub repository.

Thank you for contributing to END Network!