From c98b029b700f3b03034c61b12f8fe9ba0d9c239e Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Sun, 13 May 2018 12:51:28 +0300 Subject: [PATCH] Minor enhancements --- .github/ISSUE_TEMPLATE/bug.md | 15 ++++++--------- .github/ISSUE_TEMPLATE/feature.md | 12 +++++++++--- .github/ISSUE_TEMPLATE/improvement.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/question.md | 2 +- 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index d09b569c2..75f6a19c6 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -13,14 +13,11 @@ about: Report a bug -## How can we reproduce the problem? +## Steps to reproduce + +[//]: # (Any or all of the following:) +[//]: # (* Host system configuration: OS, Docker & friends' versions etc.) +[//]: # (* Project generation options) +[//]: # (* Logs) - - -### Project Generation Options - - - -### Logs - diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 1136b2368..b0d560d81 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,18 +1,24 @@ --- -name: Feature Proposal -about: Propose a feature +name: New Feature Proposal +about: Propose a new feature --- ## Description +[//]: # (What's it you're proposing? How should it be implemented?) + ## Rationale +[//]: # (Why should this feature be implemented?) -## Use Case(s) + +## Use case(s) / visualization(s) + +[//]: # ("Better to see something once than to hear about it a thousand times.") diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md index c1186cc12..572652373 100644 --- a/.github/ISSUE_TEMPLATE/improvement.md +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -5,9 +5,20 @@ about: Let us know how we could improve ## Description +[//]: # (What's it you're proposing? How should it be implemented?) + ## Rationale +[//]: # (Why should this feature be implemented?) + + + + +## Use case(s) / visualization(s) + +[//]: # ("Better to see something once than to hear about it a thousand times.") + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e5d42f173..f73b1672a 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -5,6 +5,6 @@ about: Ask, and we'll do our best to help you out! Before raising a question, make sure to examine [the docs](https://cookiecutter-django.readthedocs.io/en/latest/) carefully. -## Question +## The question