From f54b18c4bf084d8fe9c796285050200d6106a183 Mon Sep 17 00:00:00 2001 From: Al Ganiev Date: Sun, 27 Oct 2019 01:23:27 +1000 Subject: [PATCH] Replaced old templates for gh issues --- .github/ISSUE_TEMPLATE.md | 36 ----------------------- .github/ISSUE_TEMPLATE/Bug_report.md | 14 +++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 11 +++++++ .github/PULL_REQUEST_TEMPLATE.md | 15 ++++------ 4 files changed, 31 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index a50bf24..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ -##### Issue Type: - -Please pick one and delete the rest: - - Bug Report - - Feature Idea - - Documentation Report - -##### Bundle Version: - -Master or exact version, i.e. 6.0.1 - -##### Summary: - -Please explain the problem briefly. - -##### Steps To Reproduce: - -For bugs, please show exactly how to reproduce the problem. For new -features, show how the feature would be used. - -You can also paste gist.github.com links for larger files. - -Please don't paste configuration screenshots, instead use gist/pastebin/etc -or directly paste configuration into issue behind github flavored markdown tags for code - -##### Expected Results: - -What did you expect to happen when running the steps above? - -##### Actual Results: - -What actually happened? - -``` -(Paste verbatim command output here) -``` diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 0000000..0195bef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,14 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +Explain what you wanted to do and the wrong result you got. + +**To Reproduce** +Steps to reproduce this error and also, the FMElfinderBundle version used. + +**(OPTIONAL) Additional context** +If they are useful, include logs, code samples, screenshots, etc. diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 0000000..881bc93 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Short description of what this feature will allow to do:** +_(One short paragraph is enough)_ + +**Example of how to use this feature** +_(Show some PHP code and/or YAML config explaining how to use this feature in a real app)_ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 89c50cf..4779515 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,6 @@ -| Q | A -| ------------- | --- -| Bug fix? | [yes/no] -| New feature? | [yes/no] -| BC breaks? | [yes/no] -| Deprecations? | [yes/no] -| Tests pass? | [yes/no] -| Fixed tickets | [comma-separated list of tickets fixed by the PR, if any] -| License | MIT +