diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 2162d31..2cfa777 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -21,5 +21,5 @@ But, we will need some information about what's wrong to help you. ## Checklist before calling for maintainers -* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same problem? +* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same problem? diff --git a/.github/ISSUE_TEMPLATE/new_snippet.md b/.github/ISSUE_TEMPLATE/new_snippet.md index 47fc83c..6bb19dc 100644 --- a/.github/ISSUE_TEMPLATE/new_snippet.md +++ b/.github/ISSUE_TEMPLATE/new_snippet.md @@ -16,7 +16,7 @@ But, we will need some information and (optionally) explanation to accept it. ## Checklist before calling for maintainers -* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same update/change? +* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same update/change? * [ ] Have you checked that this snippet is not similar to any of the existing snippets? * [ ] Have you added an `Explanation` section? It shall include the reasons for changes and why you'd like us to include them diff --git a/.github/ISSUE_TEMPLATE/translation.md b/.github/ISSUE_TEMPLATE/translation.md index e80b731..37ea4c3 100644 --- a/.github/ISSUE_TEMPLATE/translation.md +++ b/.github/ISSUE_TEMPLATE/translation.md @@ -9,5 +9,5 @@ labels: 'translations' ## Checklist before calling for maintainers -* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same translation? +* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same translation? * [ ] Do you wish to make a translation by yourself? diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/common.md similarity index 69% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/PULL_REQUEST_TEMPLATE/common.md index 155780d..ab9f34a 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/common.md @@ -7,7 +7,7 @@ Closes # (issue number) ## Checklist before requesting a review -- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)? +- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)? - [ ] Have you performed a self-review? -- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)? +- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)? diff --git a/.github/PULL_REQUEST_TEMPLATE/new_snippet.md b/.github/PULL_REQUEST_TEMPLATE/new_snippet.md index 5d10e7f..dab5816 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_snippet.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_snippet.md @@ -10,6 +10,6 @@ Closes # (issue number) - [ ] Have you written simple and understandable explanation? - [ ] Have you added new snippet into `snippets/` with suitable name and number? - [ ] Have you updated Table of content? (later will be done by pre-commit) -- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)? +- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)? - [ ] Have you performed a self-review? -- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)? +- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)? diff --git a/.github/PULL_REQUEST_TEMPLATE/translation.md b/.github/PULL_REQUEST_TEMPLATE/translation.md index 990a389..74f8800 100644 --- a/.github/PULL_REQUEST_TEMPLATE/translation.md +++ b/.github/PULL_REQUEST_TEMPLATE/translation.md @@ -8,6 +8,6 @@ Closes # (issue number) - [ ] Have you fetched the latest `master` branch? - [ ] Have you translated all snippets? -- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)? +- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)? - [ ] Have you performed a self-review? -- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)? +- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?