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 broken links in CONTRIBUTING.md #419

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ However, you are in the best position to describe your situation, so when creati

#### Guidance when creating an issue

* Review the [documentation](https://github.com/libplctag/libplctag.NET/tree/master/docs), [examples](https://github.com/libplctag/libplctag.NET/tree/master/src/Examples), [previous Github issues](https://github.com/libplctag/libplctag.NET/issues?q=is%3Aissue) and [previous Google Groups discussions](https://groups.google.com/g/libplctag) for similar questions.
* Review the [documentation](https://github.com/libplctag/libplctag.NET/tree/master/docs), [examples](https://github.com/libplctag/libplctag.NET/tree/main/examples), [previous Github issues](https://github.com/libplctag/libplctag.NET/issues?q=is%3Aissue) and [previous Google Groups discussions](https://groups.google.com/g/libplctag) for similar questions.
* What are you expecting to occur, or what do you need to occur?
* Can you provide evidence of what is actually occuring instead of your expectation?
* Supply a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
* What else have you tried? And why did it not work?
* Is there anything related to this that _does_ work?
* Supply [libplctag debug logs](https://github.com/libplctag/libplctag.NET/blob/master/src/Examples/CSharp%20DotNetCore/LoggingExample.cs).
* Supply [libplctag debug logs](https://github.com/libplctag/libplctag.NET/blob/main/examples/CSharp%20DotNetCore/ExampleLogging.cs).
* Are external conditions relevant (e.g. network latency)? Document these.

As the conversation progresses, you may be asked to try various things.
Expand All @@ -30,8 +30,8 @@ Keeping track of what is being tested can be very difficult, so please post deta
* Use a simulator or a PLC Fake to eliminate calls to libplctag and/or the hardware.
* [ab_server](https://github.com/libplctag/libplctag/releases/)
* [Modbus server docker image](https://hub.docker.com/r/oitc/modbus-server)
* Develop your own [PLC Fake](https://github.com/libplctag/libplctag.NET/blob/master/src/Examples/CSharp%20DotNetCore/ExampleSimulator.cs)
* Enable and read the [libplctag debug logs](https://github.com/libplctag/libplctag.NET/blob/master/src/Examples/CSharp%20DotNetCore/LoggingExample.cs).
* Develop your own [PLC Fake](https://github.com/libplctag/libplctag.NET/blob/main/examples/CSharp%20DotNetCore/ExampleSimulator.cs)
* Enable and read the [libplctag debug logs](https://github.com/libplctag/libplctag.NET/blob/main/examples/CSharp%20DotNetCore/ExampleLogging.cs).


#### Pull Requests
Expand Down
Loading