Skip to content

Commit cde8700

Browse files
Initial commit
0 parents  commit cde8700

27 files changed

+301
-0
lines changed

.config/README.md

Whitespace-only changes.

.dockerignore

Whitespace-only changes.

.editorconfig

Whitespace-only changes.

.gitattributes

Whitespace-only changes.

.github/CODE_OF_CONDUCT.md

Whitespace-only changes.

.github/CONTRIBUTING.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/README.md

Whitespace-only changes.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
# Bug Report
8+
9+
10+
## Symptom
11+
12+
A clear and concise description of what the bug is.
13+
14+
**What is the expected behavior?**
15+
16+
What did you expect to see?
17+
18+
**What is the actual behavior?**
19+
20+
What did you see instead?
21+
22+
## Reproduce
23+
24+
Create a self-contained project using the template of your choice, apply the
25+
minimum required code to result in the issue you're observing.
26+
27+
We will close this issue if:
28+
29+
* The repro project you share with us is complex. We can't investigate custom
30+
projects, so don't point us to such, please.
31+
* If we can not reproduce the behavior you're reporting.
32+
33+
## Additional Context
34+
35+
Add any other context about the problem here.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
labels: enhancement
5+
---
6+
7+
# Feature Request
8+
9+
10+
**Is your feature request related to a problem?**
11+
12+
If so, provide a concise description of the problem.
13+
14+
**Describe the solution you'd like:**
15+
16+
What do you want to happen instead? What is the expected behavior?
17+
18+
**Describe alternatives you've considered.**
19+
20+
Which alternative solutions or features have you considered?
21+
22+
## Additional Context
23+
24+
Add any other context about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Question
3+
about: Create a question to help us improve our knowledgebase and documentation
4+
labels: question
5+
---
6+
7+
# Question
8+
9+
**Describe your environment.**
10+
11+
Describe any aspect of your environment relevant to the question.
12+
13+
**What are you trying to achieve?**
14+
15+
What did you expect to see?
16+
17+
## Additional Context
18+
19+
Add any other context about the problem here. If you followed an existing
20+
documentation, please share the link to it.

0 commit comments

Comments
 (0)