Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 09d55e7

Browse files
committed
docs: add issue template and pull request template (#1)
1 parent 9fff2a9 commit 09d55e7

File tree

4 files changed

+110
-0
lines changed

4 files changed

+110
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
**Describe this problem**
8+
9+
<!---
10+
What this problem is and what happened.
11+
-->
12+
13+
**Steps to reproduce**
14+
15+
<!---
16+
How to reproduce this problem.
17+
-->
18+
19+
**Expected behavior**
20+
21+
<!---
22+
What is expected.
23+
-->
24+
25+
**Additional Information**
26+
27+
<!---
28+
If possible, please attach other context you think may relate to this problem. Like *runtime environment*, *modified config*, *error log* etc.
29+
-->
30+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for CeresDB
4+
labels: enhancement
5+
---
6+
7+
**Description**
8+
9+
<!---
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
(This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*)
12+
-->
13+
14+
**Proposal**
15+
16+
<!---
17+
Maybe you have considered some ideas or solutions about this feature.
18+
-->
19+
20+
**Additional context**
21+
22+
<!---
23+
Add any other context or screenshots about the feature request here.
24+
-->
25+

.github/ISSUE_TEMPLATE/question.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Question
3+
about: Ask question about CeresDB
4+
labels: question
5+
---
6+
7+
**Which part is this question about**
8+
9+
<!---
10+
Is it code base, usage, deployment, documentation or some other part?
11+
-->
12+
13+
**Describe your question**
14+
15+
<!---
16+
A clear and concise description of what the question is.
17+
-->
18+
19+
**Additional context**
20+
21+
<!---
22+
Add any other context about the problem here.
23+
-->
24+

.github/pull_request_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Which issue does this PR close?
2+
3+
Closes #
4+
5+
# Rationale for this change
6+
7+
<!---
8+
Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
9+
Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
10+
-->
11+
12+
# What changes are included in this PR?
13+
14+
<!---
15+
There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR to help reviewer understand the structure.
16+
-->
17+
18+
# Are there any user-facing changes?
19+
20+
<!---
21+
Please mention if:
22+
23+
- there are user-facing changes that needs to update the documentation or configuration.
24+
- this is a breaking change to public APIs
25+
-->
26+
27+
# How does this change test
28+
29+
<!--
30+
Please describe how you test this change (like by unit test case, integration test or some other ways) if this change has touched the code.
31+
-->

0 commit comments

Comments
 (0)