Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update issue/PR templates #34474

Merged
merged 1 commit into from Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG_REPORT.yml
@@ -1,6 +1,6 @@
name: Bug Report
description: Something isn't working as expected? Report your bugs here.
labels: "type: bug"
labels: ["type: bug"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/DOCUMENTATION.yml
@@ -1,6 +1,6 @@
name: Documentation
description: Did you find an error in our documentation? Report your findings here.
labels: "type: documentation"
labels: ["type: documentation"]
body:
- type: markdown
attributes:
Expand Down
6 changes: 1 addition & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,11 +1,8 @@
<!--
Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->

<!--
Is this a blog post? Check out the docs at https://www.gatsbyjs.com/contributing/blog-contributions/, and please mention if the blog post is pre-approved
by someone from Gatsby.
For any major changes, please first open a bug report (if it's a bug) or a feature request.
-->

## Description
Expand All @@ -21,7 +18,6 @@
- Update any references, if relevant. This includes Guides and Gatsby Internals docs.
- If no docs exist:
- Create a stub for documentation including bullet points for how to use the feature, code snippets (including from happy path tests), etc.
- Tag @gatsbyjs/documentation for review, pairing, polishing of the documentation
-->

## Related Issues
Expand Down