Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 234b291

Browse files
authored
Add issue templates (#519)
1 parent 45a6df6 commit 234b291

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Add a minimal working example or, if not possible or available, any code which might help to reproduce the problem
15+
```
16+
void main(List<String> arguments) {
17+
}
18+
```
19+
20+
**System info**
21+
<The output of `dart pub deps --style compact` in your project>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Missing Locale
3+
about: My favorite locale is missing
4+
title: ''
5+
labels: missing-locale-data
6+
assignees: ''
7+
8+
---
9+
10+
**Which locale is missing?**
11+
<e.g. `en_US`>
12+
13+
**Which locale have you considered of using instead, but was not sufficient?**
14+
<e.g. `en_NZ`>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Wrong Locale Data
3+
about: I think the locale data is wrong
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Is it really wrong?
11+
12+
For locale data, there are only a few hard and fast facts, such as the names of days and months. Even these are subject to regional variants, and to changes over time. For example, the “Czech Republic” is known since 2016 as “Czechia”.
13+
14+
For most of the data, there is no single right answer, but rather a judgment call on what is more customary/appropriate/convenient/whatever.
15+
16+
Most locale data depends on opinion, preference, and compromise.
17+
18+
If you do feel strongly that the data is truly wrong, or can be improved significantly, then please report this to [CLDR](http://cldr.unicode.org/index/bug-reports) and not this repository, for which the CLDR data is the source of truth.

0 commit comments

Comments
 (0)