24 lines
724 B
YAML
24 lines
724 B
YAML
name: Documentation
|
|
description: Documentation update, change or suggestion
|
|
title: "Documentation Title"
|
|
labels: ["documentation"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please include anything about the [documentation](https://docs.ethers.io) you would like to see improved.
|
|
|
|
- Missing information or details?
|
|
- Spelling or Grammar mistakes?
|
|
- Wrong Information?
|
|
- Dead or wrong links?
|
|
- Something needs code examples?
|
|
- General feedback or anything else?
|
|
- type: textarea
|
|
id: suggestion
|
|
attributes:
|
|
label: Suggestion
|
|
placeholder: e.g. please add an example for ropsten
|
|
validations:
|
|
required: true
|