mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #29152 - striezel-stash:fix-license-link, r=jdm
Fix license link in contribution guidelines Fixes a broken link to the license file in the contribution guidelines. --- <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests, because only a documentation file is changed.
This commit is contained in:
commit
dae8d221a1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ on how to start working on Servo.
|
|||
- Commits should be accompanied by a Developer Certificate of Origin
|
||||
(http://developercertificate.org) sign-off, which indicates that you (and
|
||||
your employer if applicable) agree to be bound by the terms of the
|
||||
[project license](LICENSE.md). In git, this is the `-s` option to `git commit`
|
||||
[project license](LICENSE). In git, this is the `-s` option to `git commit`.
|
||||
|
||||
- If your patch is not getting reviewed or you need a specific person to review
|
||||
it, you can @-reply a reviewer asking for a review in the pull request or a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue