diff --git a/.github/ISSUE_TEMPLATE/BC_Break.md b/.github/ISSUE_TEMPLATE/BC_Break.md new file mode 100644 index 0000000000000000000000000000000000000000..fe2f6eac490d644d53422ebcefdfffefd35e0517 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BC_Break.md @@ -0,0 +1,37 @@ +--- +name: 💥 BC Break +about: Have you encountered an issue during upgrade? 💣 +--- + +<!-- +Before reporting a BC break, please consult the upgrading document to make sure it's not an expected change: https://github.com/doctrine/dbal/blob/master/UPGRADE.md +--> + +### BC Break Report + +<!-- Fill in the relevant information below to help triage your issue. --> + +| Q | A +|------------ | ------ +| BC Break | yes +| Version | x.y.z + +#### Summary + +<!-- Provide a summary desciribing the problem you are experiencing. --> + +#### Previous behavior + +<!-- What was the previous (working) behavior? --> + +#### Current behavior + +<!-- What is the current (broken) behavior? --> + +#### How to reproduce + +<!-- +Provide steps to reproduce the BC break. +If possible, also add a code snippet with relevant configuration, driver/platform information, SQL queries, etc. +Adding a failing Unit or Functional Test would help us a lot - you can submit it in a Pull Request separately, referencing this bug report. +--> diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..b0767e8c79092b770665638699dbc81e45f2686e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.md @@ -0,0 +1,34 @@ +--- +name: 🞠Bug Report +about: Something is broken? 🔨 +--- + +### Bug Report + +<!-- 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 desciribing the problem you are experiencing. --> + +#### Current behavior + +<!-- What is the current (buggy) behavior? --> + +#### How to reproduce + +<!-- +Provide steps to reproduce the bug. +If possible, also add a code snippet with relevant configuration, driver/platform information, SQL queries, etc. +Adding a failing Unit or Functional Test would help us a lot - you can submit one in a Pull Request separately, referencing this bug report. +--> + +#### Expected behavior + +<!-- What was the expected (correct) behavior? --> + diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 0000000000000000000000000000000000000000..2620581d684b03d5b9658369bbb24f0432a9e402 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,18 @@ +--- +name: 🎉 Feature Request +about: You have a neat idea that should be implemented? 🎩 +--- + +### Feature Request + +<!-- 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 would like to see implemented. --> diff --git a/.github/ISSUE_TEMPLATE/Support_Question.md b/.github/ISSUE_TEMPLATE/Support_Question.md new file mode 100644 index 0000000000000000000000000000000000000000..59a63fda112c34782445bcb5a0befe3c7aa627b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support_Question.md @@ -0,0 +1,20 @@ +--- +name: ❓ Support Question +about: Have a problem that you can't figure out? 🤔 +--- + +<!-- Fill in the relevant information below to help triage your issue. --> + +| Q | A +|------------ | ----- +| Version | x.y.z + +<!-- +Before asking question here, please try asking on Gitter or Slack first. +Find out more about Doctrine support channels here: https://www.doctrine-project.org/community/ +Keep in mind that GitHub is primarily an issue tracker. +--> + +### Support Question + +<!-- Describe the issue you are facing here. --> diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000000000000000000000000000000000..e9ac4aad069eaabe04ae92bf41b0a29dc4260dc6 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +<!-- Fill in the relevant information below to help triage your pull request. --> + +| Q | A +|------------- | ----------- +| Type | bug/feature +| BC Break | yes/no +| Fixed issues | <!-- use #NUM format to reference an issue --> + +#### Summary + +<!-- Provide a summary your change. -->