Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.37 KB

CONTRIBUTING.md

File metadata and controls

41 lines (30 loc) · 2.37 KB

Contributing to NEAR

Thank you for your interest in contributing to the NEAR ecosystem! We welcome contributions from everyone, and we appreciate your help in driving the development activity in our community.

How to Contribute

To contribute to NEAR, please follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Create a new branch for your contribution.
  3. Make your changes and improvements.
  4. Test your changes to ensure they work as expected.
  5. Commit your changes and push them to your forked repository.
  6. Open a pull request (PR) from your forked repository to the main NEAR repository.
  7. Feel free to submit draft PRs to get early feedback and to make sure you are on the right track.
  8. The PR name should follow the template: <type>: <name>. Where type is:
    • fix for bug fixes;
    • feat for new features;
    • refactor for changes that reorganize code without adding new content;
    • doc for changes that change documentation or comments;
    • test for changes that introduce new tests;
    • chore for grunt tasks like updating dependencies.
  9. Provide a clear and descriptive title for your PR.
  10. Include a detailed description of the changes you made and why they are valuable.
  11. Wait for the maintainers to review your PR and provide feedback.
  12. Make any necessary updates based on the feedback received.
  13. Once your PR is approved, it will be merged into the main repository.

Reporting Issues

If you encounter any issues or have suggestions for improvements, please open an issue in the repository's issue tracker (Note: If there are no open issues, you'll see a message indicating this.) Provide as much detail as possible, including steps to reproduce the issue and any relevant code snippets.

Community Guidelines

We expect all contributors to adhere to our community guidelines, which can be found in the repository's CODE_OF_CONDUCT.md file. Please be respectful and inclusive in all interactions within the NEAR community.

Get in Touch

If you have any questions or need further assistance, feel free to reach out to us on our official communication channels, such as our Discord or Telegram channels.

We appreciate your contributions and look forward to working with you to build an amazing web3 ecosystem with NEAR!