diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 52% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/bug_report.md index dc42bfe36..916e7cf36 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,19 @@ - @@ -12,7 +24,7 @@ ## Possible Solution - + ## Steps to Reproduce @@ -22,12 +34,11 @@ 1. 2. 3. -4. ## Context (Environment) - + Kuzzle version: Node.js version: -Admin Console Version: +Admin Console version: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..f237b0990 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: 🗣 Ask a Question + url: https://stackoverflow.com/questions/ask?tags=kuzzle + about: How does X work? + - name: 👋 Join us on Discord + url: http://join.discord.kuzzle.io/ + about: I have an idea... + - name: 📖 Read Kuzzle's Documentation + url: https://docs.kuzzle.io + about: How to use Kuzzle? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..a8eff56f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F680 Feature Request" +about: Suggest a new feature +title: '' +labels: feature-request +assignees: '' +--- + + + +## Feature description + + + +## Example usecase + + + +## Possible solution (optional) + + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6004bc3ed..4865437db 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,47 +1,41 @@ - + ## What does this PR do ? - ### How should this be manually tested? - Step 1 : - Step 2 : - - Step 3 : - ... + - Step 3 : ### Other changes ### Boyscout -### Screenshots (if appropriate) -