Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.45 KB

File metadata and controls

37 lines (26 loc) · 1.45 KB

Contributing to sv3.network

We welcome and appreciate all contributions from the community. Thank you for helping us make this project better!


How to Contribute

The best way to contribute is by reporting issues or submitting pull requests.

Reporting Issues

If you find a bug or have a feature request, please check the Issues tab to see if it has already been reported. If not, feel free to open a new issue with a clear title and a detailed description.

Submitting Pull Requests

  1. Fork the repository and create a new branch for your feature or fix.
    git checkout -b feat/your-new-feature
  2. Make your changes and commit them with a descriptive message.
    git commit -m "feat: Add support for the feature"
  3. Push your branch to your fork.
    git push origin feat/your-new-feature
  4. Open a pull request to the main branch of the original repository.
    • Provide a clear title and description for your changes.
    • In the description, please link the issue you are resolving (e.g., Closes #84).

Code of Conduct

To ensure a welcoming and inclusive environment, we expect all participants in this project to adhere to a high standard of professional conduct. Be respectful, considerate, and constructive in all interactions. Harassment or exclusionary behavior of any kind will not be tolerated.