10000 Add issue and PR templates · BotTech/scala2plantuml@863966d · GitHub
[go: up one dir, main page]

Skip to content

Commit 863966d

Browse files
committed
Add issue and PR templates
1 parent 90f53f1 commit 863966d

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: \U0001F41B Bug Report
3+
about: Something isn't working as expected \U0001F914.
4+
title: What is the impact?
5+
labels: bug, triage
6+
assignees:
7+
---
8+
9+
<!-- Thank you for taking the time to create this bug report. -->
10+
<!-- Please provide as much information as you can. -->
11+
12+
**Description**
13+
14+
Version:
15+
16+
<!-- A clear and concise description of what the bug is. -->
17+
<!-- Explain the impact that this bug has on you. -->
18+
<!-- Is this preventing you from achieving your goal? -->
19+
20+
**Step To Reproduce**
21+
22+
<!-- Provide a link to a repository if possible. -->
23+
24+
1.
25+
1.
26+
1.
27+
28+
**Expected Behaviour**
29+
30+
<!-- What did you expect to happen? -->
31+
32+
**Actual Behaviour**
33+
34+
<!-- What actually happened? -->
35+
36+
**Additional Information**
37+
38+
<!-- Is there anything else that you tried? -->
39+
<!-- Have you found a workaround? -->
40+
<!-- Do you know of any links to other issues that may be relevant? -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: \U0001F680 Enhancement Idea
3+
about: I have an idea \U0001F4AD.
4+
title: What does this enable?
5+
labels: enhancement, triage
6+
assignees:
7+
---
8+
9+
<!-- Thank you for taking the time to share your idea. -->
10+
<!-- Please provide as much information as you can. -->
11+
12+
**Description**
13+
14+
<!-- What is your idea? -->
15+
<!-- If this was implemented what would it enable? -->
16+
17+
**Potential Solution**
18+
19+
<!-- Do you know how you would implement this? -->
20+
21+
**Additional Information**
22+
23+
<!-- Is there precedence elsewhere for this idea? -->
24+
<!-- Are there other ideas that are related or alternatives to this one? -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- Wow! Thank you so much for your contribution, much appreciated. -->
2+
3+
**Description**
4+
5+
Closes: <!-- Enter the issue number. E.g. #123 -->
6+
7+
<!-- How do these changes fix the bug / implement the enhancement? -->
8+
<!-- Are there any breaking changes? -->
9+
10+
**Checklist**
11+
12+
- [ ] Run `sbt devCheck`?
13+
- [ ] Added tests?
14+
- [ ] Updated the docs?

0 commit comments

Comments
 (0)
0