Update CONTRIBUTING.md

* Fix broken links
* Improve "Tracking Changes" section
This commit is contained in:
Jonas Platte 2020-08-12 19:07:59 +02:00 committed by GitHub
parent 0a1a381e6c
commit 0a538b53df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ Here is a list of helpful resources you can consult:
# Reporting Issues # Reporting Issues
If you find any bugs, inconsistencies or other problems, feel free to submit If you find any bugs, inconsistencies or other problems, feel free to submit
a GitHub [issue](issues). a GitHub [issue](https://github.com/ruma/ruma/issues/new).
If you have a quick question, it may be easier to leave a message on If you have a quick question, it may be easier to leave a message on
[#ruma:matrix.org](https://matrix.to/#/#ruma:matrix.org). [#ruma:matrix.org](https://matrix.to/#/#ruma:matrix.org).
@ -171,9 +171,10 @@ guidelines:
### Tracking Changes ### Tracking Changes
Add your changes to the [change log](CHANGELOG.md). If possible, try to If your changes affect the API of a user-facing crate (all except the `-macros` crates and
find and denote the version of the spec that included the change you are `ruma-identifiers-validation`), add an entry about them to the change log (`CHANGELOG.md`)
making. of that crate. Where applicable, try to find and denote the version of the spec that
included the change you are making.
## Submitting PRs ## Submitting PRs
@ -186,7 +187,7 @@ merge the request and you're done! 🎉
If this is your first contribution to the project, we recommend taking a look If this is your first contribution to the project, we recommend taking a look
at one of the [open issues][] we've marked for new contributors. at one of the [open issues][] we've marked for new contributors.
[open issues]: issues?q=is%3Aopen+is%3Aissue+label%3Aeffort%2Feasy [open issues]: https://github.com/ruma/ruma/issues?q=is%3Aissue+is%3Aopen+label%3A"help+wanted"
# Testing # Testing