2023-01-22 05:18:36 -05:00
|
|
|
name: '📚 Documentation Issue'
|
|
|
|
description: 'report documentation issues, typos welcome!'
|
|
|
|
title: '[Doc]'
|
2023-01-03 20:34:40 -05:00
|
|
|
labels:
|
2023-01-22 05:18:36 -05:00
|
|
|
- 'documentation'
|
2023-01-03 20:34:40 -05:00
|
|
|
body:
|
2023-01-22 05:18:36 -05:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: 'Please make sure to [search for existing issues](https://github.com/lencx/ChatGPT/issues) before creating a new one.'
|
|
|
|
- type: textarea
|
|
|
|
id: doc-description
|
|
|
|
attributes:
|
|
|
|
label: 'Provide a description of requested docs changes'
|
|
|
|
description: 'Briefly describe the requested docs changes.'
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: Please limit one request per issue.
|