mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
Issue templates (#99)
* add github templates and bots * Delete ---bug-report.md * Delete ---feature-request.md * Delete ---questions-help.md * Update bug-report.yml * Update config.yml
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: "📕 Documentation Issue"
|
||||
description: Report an issue in the API Reference documentation or Developer Guide
|
||||
title: "(short issue description)"
|
||||
labels: [documentation, needs-triage]
|
||||
assignees: []
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the issue
|
||||
description: A clear and concise description of the issue.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: links
|
||||
attributes:
|
||||
label: Links
|
||||
description: |
|
||||
Include links to affected documentation page(s).
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user