Skip to content

Commit

Permalink
chore: little fixes to issue templates on github (#5540)
Browse files Browse the repository at this point in the history
* chore: little fixes to issue templates on github
  • Loading branch information
sofisl authored Jul 15, 2024
1 parent 6368c02 commit 909258d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ body:
- type: input
attributes:
label: >
Link to the code that reproduces this issue. A link to a **public** Github Repository with a minimal
Link to the code that reproduces this issue. A link to a **public** Github Repository or gist with a minimal
reproduction.
description: >
**Skipping this/providing an invalid link will result in the issue being closed**
**Skipping this or providing an invalid link will result in the issue being closed**
validations:
required: true
- type: textarea
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
attributes:
value: >
Please use this issue type to log documentation requests against the library itself.
These requests should involve documentation on Github, and should relate to the library
These requests should involve documentation on Github (`.md` files), and should relate to the library
itself, not to any APIs. If you have questions or documentation requests for an API, please
reach out to the API tracker itself.
Expand Down Expand Up @@ -50,4 +50,4 @@ body:
label: >
Documentation Request
validations:
required: true
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Question
about: If you have a question, please use Discussions

---

If you have a general question that goes beyond the library itself, we encourage you to use [Discussions](https://github.com/googleapis/google-cloud-node/discussions)
to engage with fellow community members!

0 comments on commit 909258d

Please sign in to comment.