Skip to content

Replaced old templates for gh issues #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -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)_
15 changes: 6 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->