diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9afeb7766..e5b437e98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,7 @@ When submitting a pull request to the [GitHub repository][github] make sure to d * Check that new and updated code follows Silverback's existing code formatting and naming standard * Run all unit tests to ensure no existing functionality has been affected * Write new unit tests to test your changes: all features and fixed bugs must have tests to verify they work +* Run a code cleanup on the files you touched if using R# or Rider Read [GitHub help][pullrequesthelp] for more details about creating pull requests. diff --git a/docs/contributing.md b/docs/contributing.md index 75937a94f..62503f1df 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -4,7 +4,7 @@ uid: contributing # Contributing -You are encouraged to contribute to Silverback! Please check out the [how to contribute](https://github.com/BEagle1984/silverback/blob/develop/CONTRIBUTING.md) guide for guidelines about how to proceed. +You are encouraged to contribute to Silverback! Please check out the [how to contribute](https://github.com/BEagle1984/silverback/blob/master/CONTRIBUTING.md) guide for guidelines about how to proceed. ## Source Code