Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.34 KB

File metadata and controls

26 lines (15 loc) · 1.34 KB

🤝 Contributing

We welcome contributions to NetConnect! Whether it's fixing bugs, suggesting new features, or improving documentation, your input is highly appreciated.

How to Contribute

  1. Open an Issue: Before submitting a pull request (PR), please open an issue to discuss the change you'd like to make. This helps ensure we understand the context and requirements.

    • To open an issue, navigate to the Issues tab and click on "New Issue."
    • Provide a clear description of the problem or feature request, including steps to reproduce (if applicable).
  2. Fork the Repository: Click the "Fork" button at the top right of this repository and create your own copy of the project.

  3. Make Changes: Clone your forked repository and make the necessary changes.

    • Follow the existing code style and conventions.
    • Write clear commit messages.
    • If applicable, include tests for your changes.
  4. Create a Pull Request (PR): Once your changes are ready, create a pull request to merge them back into the main repository.

    • Reference the issue your PR is addressing (e.g., "Fixes #123").
    • Include a description of what was changed and why.
  5. Review and Merge: We will review your pull request and, if everything looks good, merge it into the main repository.