You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,19 @@ Support us with a monthly donation and help us continue our activities. [Become
30
30
* As Puppeteer-Sharp is a NetStandard 2.0 library, The minimum platform versions are .NET Framework 4.6.1 and .NET Core 2.0. [Read more](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).
31
31
* The minimum Windows versions supporting the WebSocket library are Windows 8 and Windows Server 2012. [Read more](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets?redirectedfrom=MSDN&view=netframework-4.7.2).
32
32
33
+
# How to Contribute and Provide Feedback
34
+
35
+
Some of the best ways to contribute are to try things out file bugs and fix issues.
36
+
37
+
If you have an issue or a question:
38
+
39
+
* Ask a question on [Stack Overflow](https://stackoverflow.com/search?q=puppeteer-sharp).
40
+
* File a [new issue](https://github.com/kblok/puppeteer-sharp/issues/new).
41
+
42
+
## Contributing Guide
43
+
44
+
See [this document](https://github.com/kblok/puppeteer-sharp/blob/master/CONTRIBUTING.md) for information on how to contribute.
0 commit comments