We welcome contributions to NetConnect! Whether it's fixing bugs, suggesting new features, or improving documentation, your input is highly appreciated.
-
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).
-
Fork the Repository: Click the "Fork" button at the top right of this repository and create your own copy of the project.
-
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.
-
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.
-
Review and Merge: We will review your pull request and, if everything looks good, merge it into the main repository.