updating Contribute (#2219)

adding paragraph before testing header
updating testing paragraph to better convey that testing is to help find bugs and issues
This commit is contained in:
James Frowen 2020-09-05 21:20:53 +01:00 committed by GitHub
parent f381f7f9a0
commit 5205f3d907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,11 @@ We currently allow our users to use the issue tracker for support questions. But
## How Can I Contribute?
There are multiple ways to help: testing, finding bugs or issues, or even fixing a bug yourself and submitting a Pull Requests.
### Testing
We have a handful of unit tests, but most of our testbed consists of running it with existing projects.
Try our builds and pull requests in your own projects and let us know how it goes.
We have [unit tests](https://en.wikipedia.org/wiki/Unit_testing) that cover some parts of Mirror, but the best way to find a problem is running it with existing projects. Try our releases and pull requests in your own projects and let us know if there are any issues.
### Reporting Bugs