Skip to content

Commit

Permalink
Merge pull request naudio#848 from stephenjwalter/stephenjwalter-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
markheath authored Oct 9, 2021
2 parents 6670920 + 8d8c115 commit 9fe1a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Finally, I am occasionally able to offer paid support for situations where you n

I welcome contributions to NAudio and have accepted many patches, but if you want your code to be included, please familiarise yourself with the following guidelines:

* Your submission must be your own work, and able to be released under the MS-PL license.
* Your submission must be your own work, and able to be released under the MIT license.
* You will need to make sure your code conforms to the layout and naming conventions used elsewhere in NAudio.
* Remember that there are many existing users of NAudio. A patch that changes the public interface is not likely to be accepted.
* Try to write "clean code" - avoid long functions and long classes. Try to add a new feature by creating a new class rather than putting loads of extra code inside an existing one.
Expand Down

0 comments on commit 9fe1a4c

Please sign in to comment.