Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix malformed URL #45

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -23,7 +23,7 @@ Contributing to this project is easy. You just need to follow these steps:
* Make sure you are aware of the requirements for the project (e.g. don't require .NET Core 3.0 if we are curently supporting .NET Core 2.2 and lower).
* Validate your pull request by including tests that sufficiently cover the functionality.
* Verify that the entire test suite passes with your code applied.
* Submit your pull request. While you can submit the pull request via [Github](https://github.com/mysql/mysql-connector-net/pulls), you can also submit it directly via [bugs.mysql.com](bugs.mysql.com).
* Submit your pull request. While you can submit the pull request via [Github](https://github.com/mysql/mysql-connector-net/pulls), you can also submit it directly via [bugs.mysql.com](https://bugs.mysql.com).

Thanks again for being willing to contribute to MySQL. We truly believe in the principles of open source and appreciate any and all contributions to our projects.

Expand Down