apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.97k stars 443 forks source link

Fix contribution guidelines link in PR templates #16

Closed iSame7 closed 4 years ago

iSame7 commented 4 years ago

This PR fix the path for contribution guidelines in PR templates.

Checklist

natecook1000 commented 4 years ago

Thanks, @iSame7!

mdznr commented 3 years ago

The relative references are correct with respect to a local filesystem, but don’t work when viewing a pull request on github.com.

If you're on a page like https://github.com/apple/swift-algorithms/pull/16 and click on a link to ../CONTRIBUTING.md, it goes to https://github.com/apple/swift-algorithms/CONTRIBUTING.md which gives a 404. The correct link would be https://github.com/apple/swift-algorithms/blob/main/CONTRIBUTING.md

LemonSpike commented 3 years ago

@mdznr I don't think we need to keep the link correct for the file viewer, correct? This relates to #134.