Skip to content

Commit d6ab6ed

Browse files
committed
ci: add some github related templates
Signed-off-by: Daniel Hu <[email protected]>
1 parent a80d38a commit d6ab6ed

File tree

5 files changed

+102
-0
lines changed

5 files changed

+102
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Bug Report
2+
description: Report a bug of DevStream
3+
title: ":bomb: `Bug`: "
4+
labels: bug
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: What Happened?
10+
description: Please provide as much information as possible.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: repro
15+
attributes:
16+
label: How to Reproduce?
17+
validations:
18+
required: false
19+
- type: textarea
20+
id: else
21+
attributes:
22+
label: Anything else
23+
validations:
24+
required: false
25+
- type: dropdown
26+
id: version
27+
attributes:
28+
label: 'DevStream Version'
29+
description: "To find out the version run: `dtm version`"
30+
options:
31+
- < v0.11.0
32+
- v0.11.0
33+
- latest
34+
validations:
35+
required: true

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Support
3+
url: https://cloud-native.slack.com/archives/C03LA2B8K0A
4+
about: Support requests or questions related to DevStream
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Documentation Issue
2+
description: Help to improve our documentation
3+
title: ":open_book: `Docs`: "
4+
labels: docs
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: What should be changed?
10+
description: Please provide as much info as possible.
11+
validations:
12+
required: true
13+
- type: checkboxes
14+
id: terms
15+
attributes:
16+
label: Please read the documents below.
17+
options:
18+
- label: I've read the document [Creating a Documentation for DevStream](https://docs.devstream.io/en/latest/development/mkdocs/) and [Document Translation(Chinese only)](https://docs.devstream.io/en/latest/development/translation.zh/). (If you want to submit a document type contribution.)
19+
required: false

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Proposal
3+
about: File a Proposal
4+
title: ":four_leaf_clover: `Proposal`: "
5+
labels: proposal
6+
---
7+
8+
## What Would You Like to Add? Why Is This Needed?
9+
<!--
10+
Note: For feature requests, please also engage with the PMC on Slack or WeChat.
11+
-->
12+
13+
14+
15+
## Design
16+
17+
18+
19+
## Anything else
20+
<!--
21+
Links? References? Anything that will give us more context about this proposal.
22+
-->

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Pre-Checklist
2+
3+
Note: please complete **_ALL_** items in the following checklist.
4+
5+
- [ ] I have read through the [CONTRIBUTING.md](https://github.com/devstream-io/devstream/blob/main/CONTRIBUTING.md) documentation.
6+
- [ ] My code has the necessary comments and documentation (if needed).
7+
- [ ] I have added relevant tests
8+
9+
## Description
10+
<!--
11+
Describe what this PR does and what problems it tries to solve in a few sentences.
12+
-->
13+
14+
## Related Issues
15+
<!--
16+
Will this PR close any open issues? If yes, would you please mention the issue(s) here?
17+
-->
18+
19+
## New Behavior (screenshots if needed)
20+
<!--
21+
Describe the newly updated behavior, if relevant.
22+
-->

0 commit comments

Comments
 (0)