Skip to content

Commit 42229d5

Browse files
committed
chore: add issue templates
1 parent d8a5739 commit 42229d5

4 files changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the bug
11+
12+
A clear and concise description of what the bug is.
13+
14+
## To Reproduce
15+
16+
Steps to reproduce the behavior:
17+
18+
1. Write the code below '...'
19+
2. Run it with the command '....'
20+
21+
### code snippet
22+
23+
A code snippet that demonstrates the issue or a link to a code repository the developers can easily pull down to recreate the issue locally
24+
25+
**Note**: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (i.e. .gif) is not sufficient.
26+
27+
## Expected behavior
28+
29+
A clear and concise description of what you expected to happen.
30+
31+
## Environment
32+
33+
### SpringQL-client-c
34+
35+
<!--- Point out an asset you use from Releases page: https://github.com/SpringQL/SpringQL-client-c/releases -->
36+
37+
- Version: [e.g. v0.9.0+2]
38+
- Asset: [e.g. springql_client-x86_64-apple-darwin-debug.zip]
39+
40+
### your machine
41+
42+
- Device: [e.g. MacBook Pro, Raspberry Pi4 ModelB 4GB]
43+
- OS: [e.g. Ubuntu 22.04]
44+
45+
## Additional context
46+
47+
Add any other context about the problem here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: CI-related issues
3+
about: Suggest new CI jobs, and report CI troubles
4+
title: ''
5+
labels: ci
6+
assignees: ''
7+
8+
---
9+
10+
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+
title: ''
5+
labels: feat
6+
assignees: ''
7+
8+
---
9+
10+
## Is your feature request related to a problem? Please describe.
11+
12+
<!--- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
13+
14+
## Describe the solution you'd like
15+
16+
<!--- A clear and concise description of what you want to happen. -->
17+
18+
## Describe alternatives you've considered
19+
20+
<!--- A clear and concise description of any alternative solutions or features you've considered. -->
21+
22+
## Additional context
23+
24+
<!--- 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: Refactor request
3+
about: Suggest an idea for refactoring
4+
title: ''
5+
labels: refactor
6+
assignees: ''
7+
8+
---
9+
10+
## Motivation
11+
12+
## Refactoring target
13+
14+
<!--- Source files, lines, modules, ... -->

0 commit comments

Comments
 (0)