Skip to content

Commit

Permalink
Merge pull request #53 from greg0ire/pr-template
Browse files Browse the repository at this point in the history
Add global issue templates
  • Loading branch information
greg0ire authored Oct 19, 2024
2 parents a233747 + 94ca5e5 commit b48df76
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: 🐞 Bug Report
about: Something is broken? 🔨
---

### Bug Report

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

| Q | A
|-------------------------------------------- | ------
| Version | x.y.z
| Previous Version if the bug is a regression | x.y.z

#### Summary

<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current (buggy) behavior? -->

#### Expected behavior

<!-- What was the expected (correct) behavior? -->

#### How to reproduce

<!--
Provide a failing Unit or Functional Test - you can submit one in a Pull
Request separately, referencing this bug report. And if you feel like it, why
not fix the bug while you're at it?
If that is too difficult, provide a link to a minimal repository containing an
application that reproduces the bug.
If the bug is simple, you may provide a code snippet instead, or even a list of
steps.
-->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: 🎉 Feature Request
about: You have a neat idea that should be implemented? 🎩
---

### Feature Request

#### What

<!--
Describe the behavior you would like to see.
-->

#### Why

<!--
Explain why you believe this feature should be implemented.
-->

#### How

<!--
If you have an idea on how to implement this feature technically, please share it.
-->
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
contact_links:
- name: Doctrine Slack
url: https://www.doctrine-project.org/slack
about: Join the Doctrine Slack to chat with other Doctrine users and contributors.
- name: Doctrine channel on Symfony Slack
url: https://symfony-devs.slack.com/messages/C3FQPE6LE/
about: 'Communicate with other Symfony developers that use Doctrine in the #doctrine slack channel in the Symfony Devs slack instance.'
- name: Laravel Slack
url: http://slack.laraveldoctrine.org/
about: Communicate with other Laravel developers that use Doctrine in the Laravel Doctrine slack instance.

0 comments on commit b48df76

Please sign in to comment.