Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c24ca9

Browse files
authored
Merge pull request #359 from nifadyev/fix/#269/change-issues-link-and-fix-typos
#269: Change issues link and fix typos in Github issue templates
2 parents a9f2f0b + 84e7576 commit 9c24ca9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎.github/ISSUE_TEMPLATE/bug.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Bug template
3+
about: Report a problem and provide necessary context
44
title: 'Fix ...'
55
labels: 'bug'
66

@@ -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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: New snippet
3-
about: New snippet template
3+
about: Suggest new gotcha and try to explain it
44
title: 'New snippet: ...'
55
labels: 'new snippets'
66
---
@@ -16,8 +16,8 @@ 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?
21-
<!--Explanation is optional. You may suggest a snippet without deepp understanding of its behavior.-->
22-
* [ ] Have you added an `Explanation` section? It shall include the reasons of changes and why you'd like us to include them
21+
<!--Explanation is optional. You may suggest a snippet without deep understanding of its behavior.-->
22+
* [ ] Have you added an `Explanation` section? It shall include the reasons for changes and why you'd like us to include them
2323

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: Translation
3-
about: New translation template
4-
title: 'Tranlate to ...'
3+
about: Request a new traslation and start working on it (if possible)
4+
title: 'Translate to ...'
55
labels: 'translations'
66

77
---
88

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 tranlation?
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?

0 commit comments

Comments
 (0)