Skip to content

Commit 84969da

Browse files
authored
Merge pull request #37 from SpringQL/chore/templates
chore: add templates
2 parents 1cc2b34 + dfdf572 commit 84969da

File tree

5 files changed

+113
-0
lines changed

5 files changed

+113
-0
lines changed
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, ... -->

pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Issue number and link
2+
3+
Fixes: #xxx
4+
5+
<!--- For bugfix, you must link to at least an issue to show clear way to reproduce the bug. -->
6+
7+
<!--- For new feature without any related issues, include your motivation in the next section -->
8+
9+
## Describe your changes
10+
11+
## Checklist before requesting a review
12+
13+
- [ ] I follow the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) rules (bugfix/feature)
14+
- [ ] I specified links to related issues (must: bugfix, want: feature)
15+
- [ ] I have performed a self-review of my code (bugfix/feature)
16+
- [ ] I have added thorough tests (bugfix/feature)
17+
- [ ] I have edited `## [Unreleased]` section in `CHANGELOG.md` following [keep a changelog](https://keepachangelog.com/en/1.0.0/) syntax (bugfix/feature)
18+
- [ ] I {made/will make} a related pull request for [documentation repo](https://github.com/SpringQL/SpringQL.github.io) (feature)

0 commit comments

Comments
 (0)