Skip to content

Commit ceec5fd

Browse files
authored
Merge pull request satwikkansal#360 from nifadyev/fix/satwikkansal#269/fix-pr-template-path
Rename common PR template, fix links in PR and issue templates
2 parents 9c24ca9 + 684650b commit ceec5fd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ But, we will need some information about what's wrong to help you.
2121

2222
## Checklist before calling for maintainers
2323

24-
* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same problem?
24+
* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same problem?
2525

.github/ISSUE_TEMPLATE/new_snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ But, we will need some information and (optionally) explanation to accept it.
1616

1717
## Checklist before calling for maintainers
1818

19-
* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same update/change?
19+
* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same update/change?
2020
* [ ] Have you checked that this snippet is not similar to any of the existing snippets?
2121
<!--Explanation is optional. You may suggest a snippet without deep understanding of its behavior.-->
2222
* [ ] Have you added an `Explanation` section? It shall include the reasons for changes and why you'd like us to include them

.github/ISSUE_TEMPLATE/translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ labels: 'translations'
99
<!--Hi, thanks for suggesting a new translation. We appreciate that.-->
1010
## Checklist before calling for maintainers
1111

12-
* [ ] Have you checked to ensure there aren't other open [Issues](../../issues) for the same translation?
12+
* [ ] Have you checked to ensure there aren't other open [Issues](../issues) for the same translation?
1313
* [ ] Do you wish to make a translation by yourself?

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md renamed to .github/PULL_REQUEST_TEMPLATE/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Closes # (issue number)
77

88
## Checklist before requesting a review
99

10-
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
10+
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
1111
- [ ] Have you performed a self-review?
12-
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
12+
- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?
1313

.github/PULL_REQUEST_TEMPLATE/new_snippet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Closes # (issue number)
1010
- [ ] Have you written simple and understandable explanation?
1111
- [ ] Have you added new snippet into `snippets/` with suitable name and number?
1212
- [ ] Have you updated Table of content? (later will be done by pre-commit)
13-
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
13+
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
1414
- [ ] Have you performed a self-review?
15-
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
15+
- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?

.github/PULL_REQUEST_TEMPLATE/translation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Closes # (issue number)
88

99
- [ ] Have you fetched the latest `master` branch?
1010
- [ ] Have you translated all snippets?
11-
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../../CONTRIBUTING.md)?
11+
- [ ] Have you followed the guidelines in [CONTRIBUTING.md](../CONTRIBUTING.md)?
1212
- [ ] Have you performed a self-review?
13-
- [ ] Have you added yourself into [CONTRIBUTORS.md](../../CONTRIBUTORS.md)?
13+
- [ ] Have you added yourself into [CONTRIBUTORS.md](../CONTRIBUTORS.md)?

0 commit comments

Comments
 (0)