dot-net-zuid / publicwebsite

This is the repository for the new public website of .NET Zuid. All contributions are welcome!
MIT License
1 stars 1 forks source link

Pull request guidelines #9

Open rajbos opened 6 years ago

rajbos commented 6 years ago

Should we create a PR guideline document describing whats deemed necessary for actually reviewing a pull request?

For instance:

dot-net-zuid commented 6 years ago

That's a good idea, although we don't want to be too strict, especially in the beginning, to gain some traction.

Please go ahead and propose some guidelines.

Creations2Be commented 6 years ago

Just to open up a discussion... Should testing be:

Regarding framework I'd propose xUnit because it spans both Core and Full .Net framework and has some neat features for custom extensions.

bmaluijb commented 6 years ago

Ideally, it would be both. But I don’t want to make it too difficult to start contributing. Let’s start out with at least Unit tests.

Also, I like the idea of using xUnit.