Skip to content

Commit 8e848a6

Browse files
committed
Fixed community helath
1 parent 0b1b14e commit 8e848a6

5 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: ❓ Ask a question
3+
about: Got stuck or missing something from the docs? Ask away!
4+
---
5+
6+
# What can we help you with?
7+
8+
<!-- Try to explain your question with as much detail as you can provide. -->
9+
10+
# Where would you expect to find this information?
11+
12+
<!-- Feel free to point us where with links or even proposing new sections or pages in the documentation. -->
13+

.github/ISSUE_TEMPLATE/02_bug.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 🐜 Report a bug
3+
about: Spotted a problem? Let us know
4+
---
5+
6+
# What happened?
7+
8+
<!-- Try to be as precise as possible. If you can a small reproducer example would be great! -->
9+
10+
# What did you expect to happen?
11+
12+
<!-- Please explain what would be the expected behavior for this particular case, ideally, with examples. -->
13+
14+
# What else do we need to know?
15+
16+
<!-- Include your platform, version, and any other information that seems relevant. -->
17+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: 💡 Feature suggestion
3+
about: What would make this even better?
4+
---
5+
6+
# What is currently missing?
7+
8+
<!-- Please, describe what is currently missing and why should it be present in the project. -->
9+
10+
# How could this be improved?
11+
12+
<!-- If you already know how this could be approached, please provide some brief explanation about it. -->
13+
14+
# Is this a feature you would work on yourself?
15+
16+
* [ ] I plan to open a pull request for this feature

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Aiven Security Bug Bounty
4+
url: https://hackerone.com/aiven_ltd
5+
about: Our bug bounty program.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- All contributors please complete these sections, including maintainers -->
2+
# About this change - What it does
3+
4+
<!-- Provide a small sentence that summarizes the change. -->
5+
6+
<!-- Provide the issue number below if it exists. -->
7+
Resolves: #xxxxx
8+
9+
# Why this way
10+
11+
<!-- Provide a small explanation on why this is the approach you took for solving this problem. -->
12+

0 commit comments

Comments
 (0)