Skip to content

Commit

Permalink
add template for PRs (thanks to Doctrine)
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed May 15, 2018
1 parent 261726c commit 9d8aeee
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/Failing_Test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: 🐞 Failing Test
about: You found a bug and have a failing Unit or Functional test? 🔨
---

### Failing Test

<!-- Fill in the relevant information below to help triage your issue. -->

| Q | A
|------------ | ------
| BC Break | yes/no
| Version | x.y.z


#### Summary

<!-- Provide a summary of the failing scenario. -->
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/Improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: ⚙ Improvement
about: You have some improvement to make VichUploaderBundle better? 🎁
---

### Improvement

<!-- Fill in the relevant information below to help triage your issue. -->

| Q | A
|------------ | ------
| New Feature | yes
| RFC | yes/no
| BC Break | yes/no

#### Summary

<!-- Provide a summary of the improvement you are submitting. -->

23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/New_Feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: 🎉 New Feature
about: You have implemented some neat idea that you want to make part of VichUploaderBundle? 🎩
---

<!--
Thank you for submitting new feature!
-->

### New Feature

<!-- Fill in the relevant information below to help triage your issue. -->

| Q | A
|------------ | ------
| New Feature | yes
| RFC | yes/no
| BC Break | yes/no

#### Summary

<!-- Provide a summary of the feature you have implemented. -->

0 comments on commit 9d8aeee

Please sign in to comment.