File tree Expand file tree Collapse file tree 5 files changed +102
-0
lines changed
Expand file tree Collapse file tree 5 files changed +102
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ contact_links :
2+ - name : Support
3+ url : https://cloud-native.slack.com/archives/C03LA2B8K0A
4+ about : Support requests or questions related to DevStream
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ -->
Original file line number Diff line number Diff line change 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+ -->
You can’t perform that action at this time.
0 commit comments