mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
fixing typos (#2217)
This commit is contained in:
parent
eac69ab5f6
commit
fe2c962dc5
@ -12,7 +12,7 @@ If you haven't already, come find us in [Discord](https://discord.gg/N9QVxbM). W
|
||||
|
||||
### I don't want to read this whole thing I just have a question!!
|
||||
|
||||
We currently allow our users to use the issue tracker for support questions. But please be wary that maintaining an open source project can take a lot of time from the maintainers. If asking for a support question, state it clearly and take the time to explain your problem properly. Also, if your problem is not strictly related to this project we recommend you to use [Stack Overlow](https://stackoverflow.com) instead.
|
||||
We currently allow our users to use the issue tracker for support questions. But please be wary that maintaining an open source project can take a lot of time from the maintainers. If asking for a support question, state it clearly and take the time to explain your problem properly. Also, if your problem is not strictly related to this project we recommend you to use [Stack Overflow](https://stackoverflow.com) instead.
|
||||
|
||||
## How Can I Contribute?
|
||||
|
||||
@ -84,7 +84,7 @@ We can always use more test coverage.
|
||||
* **Provide a link to the related issue** if the pull request is a follow up of an existing bug report or enhancement suggestion.
|
||||
* **Comment why this pull request represents an enhancement** and give a rationale explaining why you did it that way and not another way.
|
||||
* **Use the same coding style as the one used in this project**.
|
||||
* **Documentation:** If your PR adds or changes any public properties or methods, you must retain the old versions preceded with `[Obsolete("Describe what to do / use instead")` attribute wherever possbile, and you must update any relevant pages in the /docs folder. It's not done until it's documented!
|
||||
* **Documentation:** If your PR adds or changes any public properties or methods, you must retain the old versions preceded with `[Obsolete("Describe what to do / use instead")` attribute wherever possible, and you must update any relevant pages in the /docs folder. It's not done until it's documented!
|
||||
* **Welcome suggestions from the maintainers to improve your pull request**.
|
||||
|
||||
Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit). Rebase your pull requests if necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user