Skip to content

Commit 937aeee

Browse files
committed
Added Local.props.example copy step to Contributing.md
Added an extra, ncessary, step to `contributing.md` about copying the `Local.props.example` into `Local.props` to prevent Visual Studio from erroring while trying to load the projects
1 parent 28a9175 commit 937aeee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pull requests is the primary place of discussing code changes.
88
The process is fairly standard:
99

1010
* Fork the repository or repositories you plan on contributing to
11+
* Copy `Local.props.example` into `Local.props` and make adjustments if necessary, otherwise the Solution won't load
1112
* Clone [RabbitMQ umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella)
1213
* `cd umbrella`, `make co`
1314
* Create a branch with a descriptive name in the relevant repositories

0 commit comments

Comments
 (0)