From 0846a641589a73c3430843d5d2a4a47d6f05a3e4 Mon Sep 17 00:00:00 2001 From: Dominika Date: Tue, 18 Aug 2020 22:40:51 -0400 Subject: [PATCH] Added maintainer notice and updated issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 11 +++++------ .github/ISSUE_TEMPLATE/enhancement.md | 9 ++++----- .github/ISSUE_TEMPLATE/featurereq.md | 9 ++++----- .github/ISSUE_TEMPLATE/incompatiblity-report.md | 7 +++---- README.md | 8 ++++++++ 5 files changed, 24 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index cb19edf75..b1ffc7ba3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,24 +2,23 @@ name: Bug report about: Create a report to help us improve labels: bug/module - --- **Describe the bug** -A clear and concise description of what the bug is. + **To Reproduce** -Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** -A clear and concise description of what you expected to happen. + **Screenshots** -If applicable, add screenshots to help explain your problem. + **Additional context** -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 46ec4268f..fc03e4293 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -2,17 +2,16 @@ name: Enhancement to an existing feature about: Suggest an idea for a feature labels: enhancement/module - --- **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. + diff --git a/.github/ISSUE_TEMPLATE/featurereq.md b/.github/ISSUE_TEMPLATE/featurereq.md index aaec3094c..c61591dc7 100644 --- a/.github/ISSUE_TEMPLATE/featurereq.md +++ b/.github/ISSUE_TEMPLATE/featurereq.md @@ -2,17 +2,16 @@ name: Feature request about: Suggest an idea for this project labels: new/module - --- **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. + diff --git a/.github/ISSUE_TEMPLATE/incompatiblity-report.md b/.github/ISSUE_TEMPLATE/incompatiblity-report.md index 50647d48c..ea71387f8 100644 --- a/.github/ISSUE_TEMPLATE/incompatiblity-report.md +++ b/.github/ISSUE_TEMPLATE/incompatiblity-report.md @@ -2,14 +2,13 @@ name: Incompatibility Report about: Incompatible with another module labels: !incompatible - --- **What mod?** -A clear and concise description of what module it is. + **Logs** -Please add logs or your issue will be closed. + **Additional context** -Add any other context about the problem here. + diff --git a/README.md b/README.md index 35fec34c4..ec38a2425 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ Please consider donating to help continue this project and get a unique cape in *** +## Looking for maintainers. + +Please check [dominika's](https://github.com/dominikaaaa) profile for contact methods. + +Due to this project rapidly expanding we're in need of Kotlin maintainers who can review pull requests and preferably have experience working with either Minecraft / Forge or GL before. + +*** + ## Help and documentation Please go to [https://kamiblue.org](https://kamiblue.org) for documentation and help.