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 contributing links #512

Merged
merged 5 commits into from Mar 25, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

use absolutes
  • Loading branch information
fcjr committed Mar 13, 2020
commit 5302c814c5df48450f08a0a73fe9ce9084c28115
@@ -1,4 +1,4 @@
##### Please read the [CONTRIBUTING](https://github.com/ghostery/ghostery-extension/blob/master/CONTRIBUTING.md) guide before submitting an issue.
##### Please read the [CONTRIBUTING](/CONTRIBUTING.md) guide before submitting an issue.

### Description

@@ -1,4 +1,4 @@
* [ ] Have you followed the guidelines in [CONTRIBUTING.md](https://github.com/ghostery/ghostery-extension/blob/master/CONTRIBUTING.md)?
* [ ] Have you followed the guidelines in [CONTRIBUTING.md](/CONTRIBUTING.md)?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change?
* [ ] Have you added an explanation of what your changes do?
* [ ] Does your submission pass tests?
ProTip! Use n and p to navigate between commits in a pull request.