diff --git a/.github/ISSUE_TEMPLATE/01_question.md b/.github/ISSUE_TEMPLATE/01_question.md new file mode 100644 index 00000000..f26695a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_question.md @@ -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? + + + +# Where would you expect to find this information? + + + diff --git a/.github/ISSUE_TEMPLATE/02_bug.md b/.github/ISSUE_TEMPLATE/02_bug.md new file mode 100644 index 00000000..2f3099c7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_bug.md @@ -0,0 +1,17 @@ +--- +name: 🐜 Report a bug +about: Spotted a problem? Let us know +--- + +# What happened? + + + +# What did you expect to happen? + + + +# What else do we need to know? + + + diff --git a/.github/ISSUE_TEMPLATE/03_feature.md b/.github/ISSUE_TEMPLATE/03_feature.md new file mode 100644 index 00000000..cfdb2ffc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_feature.md @@ -0,0 +1,16 @@ +--- +name: 💡 Feature suggestion +about: What would make this even better? +--- + +# What is currently missing? + + + +# How could this be improved? + + + +# Is this a feature you would work on yourself? + +* [ ] I plan to open a pull request for this feature diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..21974fa1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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.