Skip to content

Commit

Permalink
.github: add pull request and issue templates radondb#90
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Apr 28, 2021
1 parent 62e38ea commit 00a83f0
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: 'Bug Report'
about: 'Report unexpected behavior to help us improve.'
labels: 'bug'
---

**Describe the problem**

<!-- Please describe the issue you observed, and any steps we can take to reproduce it: -->

<!-- If applicable, add screenshots to help explain your problem. -->

**To Reproduce**

<!-- What did you do? Describe in your own words. -->

<!-- If possible, provide steps to reproduce the behavior: -->

1.

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Environment:**
- Kubernetes version [e.g. v1.19.5]
- Helm version [e.g. v3.4.2]
- RadonDB MySQL version [e.g. https://github.com/radondb/radondb-mysql-kubernetes/commit/56896cd119d9a6017e7f15f1dc0b37b83a720278]
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 'Feature Request'
about: 'Request a new feature on the product.'
labels: 'enhancement'
---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/general-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 'Ask a Question'
about: 'Need support & not sure if this a bug? You can ask a question.'
labels: 'question'
---

## General Question

<!--
Before asking a question, make sure you have:
- Searched existing Stack Overflow questions.
- Googled your question.
- Searched open and closed [GitHub issues](https://github.com/radondb/radondb-mysql-kubernetes/issues?q=is%3Aissue)
- Read the documentation:
- [RadonDB MySQL Readme](https://github.com/radondb/radondb-mysql-kubernetes)
- [RadonDB MySQL Doc](https://github.com/radondb/radondb-mysql-kubernetes/tree/main/docs)
- [RadonDB MySQL Forum](https://kubesphere.com.cn/forum/t/RadonDB)
-->
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/support-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Support Request
url: https://kubesphere.com.cn/forum/t/RadonDB
about: Support request or question relating to RadonDB MySQL.
31 changes: 31 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!-- Thanks for sending a pull request!
PR Title Format:
1. pkg [, pkg2, pkg3]: what's changed #xxx
2. *: what's changed #xxx
-->

### What type of PR is this?

<!--
Add one of the following types:
/bug
/documentation
/cleanup
/enhancement
-->

### Which issue(s) this PR fixes?

<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #

### What this PR does?

Summary:

### Special notes for your reviewer?

0 comments on commit 00a83f0

Please sign in to comment.