Skip to content

Commit

Permalink
satwikkansal#269: Change issues link and fix typos in Github issue te…
Browse files Browse the repository at this point in the history
…mplates
  • Loading branch information
nifadyev committed Nov 26, 2024
1 parent a9f2f0b commit 84e7576
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Bug template
about: Report a problem and provide necessary context
title: 'Fix ...'
labels: 'bug'

Expand All @@ -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?

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

6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/translation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Translation
about: New translation template
title: 'Tranlate to ...'
about: Request a new traslation and start working on it (if possible)
title: 'Translate to ...'
labels: 'translations'

---

<!--Hi, thanks for suggesting a new translation. We appreciate that.-->
## Checklist before calling for maintainers

* [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same tranlation?
* [ ] 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?

0 comments on commit 84e7576

Please sign in to comment.