Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Broken link in CONTRIBUTIONS.md #1367

Merged
merged 5 commits into from
Jul 13, 2021
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Notes:
1) Tests need to be green.
2) Behavioral changes need to be accompanied by test changes/additions.
3) Where relevant, documentation (xmldoc and/or Manual) needs to be updated.
4) Fixes, changes, and additions need to be documented in [CHANGELOG](./CHANGELOG.md).
4) Fixes, changes, and additions need to be documented in [CHANGELOG](Packages/com.unity.inputsystem/CHANGELOG.md).
5) Breaking API changes can only be introduced in new major versions.
* The more a PR deviates from these requirements, the more work we have to do on our side to incorporate your changes. Give your PR a leg up by making it easy on us :)