From c9756c98ce173e8b8b0c278f01ad63ec58fec49a Mon Sep 17 00:00:00 2001 From: Frank Chiarulli Jr Date: Fri, 13 Mar 2020 18:03:30 -0400 Subject: [PATCH 1/3] update links --- .github/ISSUE_TEMPLATE.md | 8 ++++---- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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? From 5302c814c5df48450f08a0a73fe9ce9084c28115 Mon Sep 17 00:00:00 2001 From: Frank Chiarulli Jr Date: Fri, 13 Mar 2020 18:06:50 -0400 Subject: [PATCH 2/3] use absolutes --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f703e5887..fe01c0fea 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 818928c95..ccd7f6e54 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](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? From 036f1c24219bdfd96548027e422ef5e4e2af4f5f Mon Sep 17 00:00:00 2001 From: Frank Chiarulli Jr Date: Fri, 13 Mar 2020 18:11:39 -0400 Subject: [PATCH 3/3] Revert "use absolutes" This reverts commit 5302c814c5df48450f08a0a73fe9ce9084c28115. --- .github/ISSUE_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fe01c0fea..f703e5887 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -##### 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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ccd7f6e54..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?