fix: put issue templates inside .github folder (#761)

This commit is contained in:
Marin Heđeš
2022-06-13 20:59:00 +02:00
committed by GitHub
parent 9f88a14c96
commit 0c5597fb93
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: 'Docs Request for an Update or Improvement'
description: A request to update or improve Next.js Commerce documentation
title: 'Docs: '
labels:
- 'template: documentation'
body:
- type: textarea
attributes:
label: What is the improvement or update you wish to see?
description: 'Example: I would like to see more examples of how to use hooks.'
validations:
required: true
- type: textarea
attributes:
label: Is there any context that might help us understand?
description: A clear description of any added context that might help us understand.
validations:
required: true