Skip to content

Commit

Permalink
Merge pull request #495 from aiven/issue-templates
Browse files Browse the repository at this point in the history
Add github issue teamplates
  • Loading branch information
jlprat authored Mar 15, 2022
2 parents 7c1885c + e6dfdbe commit a1a5643
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/01_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: ❓ Ask a question
about: Got stuck or missing something from the docs? Ask away!
---

# What can we help you with?

<!-- Try to explain your question with as much detail as you can provide. -->

# Where would you expect to find this information?

<!-- Feel free to point us where with links or even proposing new sections or pages in the documentation. -->

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/02_bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 🐜 Report a bug
about: Spotted a problem? Let us know
---

# What happened?

<!-- Try to be as precise as possible. If you can a small reproducer example would be great! -->

# What did you expect to happen?

<!-- Please explain what would be the expected behavior for this particular case, ideally, with examples. -->

# What else do we need to know?

<!-- Include your platform, version, and any other information that seems relevant. -->

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/03_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 💡 Feature suggestion
about: What would make this even better?
---

# What is currently missing?

<!-- Please, describe what is currently missing and why should it be present in the project. -->

# How could this be improved?

<!-- If you already know how this could be approached, please provide some brief explanation about it. -->

# Is this a feature you would work on yourself?

* [ ] I plan to open a pull request for this feature
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Aiven Security Bug Bounty
url: https://hackerone.com/aiven_ltd
about: Our bug bounty program.

0 comments on commit a1a5643

Please sign in to comment.