diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f7ade2f93..f703e5887 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,14 +1,14 @@ -##### Please read the [CONTRIBUTING](../CONTRIBUTING.md) guide before submitting an issue. +##### Please read the [CONTRIBUTING](https://github.com/ghostery/ghostery-extension/blob/master/CONTRIBUTING.md) guide before submitting an issue. ### Description [Description of the bug or feature] -### Expected Behavior +### Expected Behavior [What you expected to happen] -### Actual Behavior +### Actual Behavior [What actually happened] @@ -21,6 +21,6 @@ ### Versions + Browser: -+ OS: ++ OS: + Node: + NPM: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b1a4d73e3..818928c95 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -* [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)? +* [ ] Have you followed the guidelines in [CONTRIBUTING.md](https://github.com/ghostery/ghostery-extension/blob/master/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?