Skip to content
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

[Github] Add Github template for new issues. #23

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug-Report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [Bug]
body:
- type: markdown
attributes:
value: |
## Important notice
As an open source project we love to work together with our community to improve and develop our products.
It's also important for us to make clear that **we're not working for you or your company**,
but we enjoy to work together to solve existing bugs.
So we would love to see PRs with bugfixes, discuss them and we are happy to merge them when they are ready.
For details see also our [contributing guidelines](https://github.com/pimcore/pimcore/blob/10.x/CONTRIBUTING.md).
kingjia90 marked this conversation as resolved.
Show resolved Hide resolved

Bug reports that do not meet the conditions listed below will be closed/deleted without comment.

- Bug was verified on the latest supported version.
- This is not a security issue -> see [our security policy](https://github.com/pimcore/pimcore/security/policy) instead.
kingjia90 marked this conversation as resolved.
Show resolved Hide resolved
- You are not able to provide a pull request that fixes the issue.
- There's no existing ticket for the same issue.
- type: input
attributes:
label: Version
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
validations:
required: true
- type: textarea
attributes:
label: Expected / actual behavior
validations:
required: false
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature-Request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature Request
description: Request or propose a new feature
title: "[Feature]: "
labels: ["New Feature"]
body:
- type: markdown
attributes:
value: |
## Important notice
As an open source project we love to work together with our community to improve and develop our products.
It's also important for us to make clear that **we're not working for you or your company**,
but we enjoy to work together to improve or add new features to the product.
So we are always ready to discuss features and improvements with our community.
Especially for bigger topics, please [start a discussion](https://github.com/pimcore/pimcore/discussions) first to aviod unnecessary efforts.
kingjia90 marked this conversation as resolved.
Show resolved Hide resolved

As soon as a topic is more specific, feel free to create issues for it or even better provide a corresponding PR as we love to
review and merge contributions.

Feature requests that do not meet the conditions listed below will be closed/deleted without comment.
- There's no existing ticket for the same topic
- This is already a specific ready-to-work-on feature request

- type: textarea
attributes:
label: Feature description
validations:
required: true
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Improvement
description: Request or propose an improvement
title: "[Improvement]: "
labels: ["Improvement"]
body:
- type: markdown
attributes:
value: |
## Important notice
As an open source project we love to work together with our community to improve and develop our products.
It's also important for us to make clear that **we're not working for you or your company**,
but we enjoy to work together to improve or add new features to the product.
So we are always ready to discuss features and improvements with our community.
Especially for bigger topics, please [start a discussion](https://github.com/pimcore/pimcore/discussions) first to aviod unnecessary efforts.

As soon as a topic is more specific, feel free to create issues for it or even better provide a corresponding PR as we love to
review and merge contributions.

Feature requests that do not meet the conditions listed below will be closed/deleted without comment.
- There's no existing ticket for the same topic
- This is already a specific ready-to-work-on feature request

- type: textarea
attributes:
label: Improvement description
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: We are hiring!
url: https://pimcore.com/en/careers?utm_source=github&utm_medium=issue-template-customer-data-framework&utm_campaign=careers
kingjia90 marked this conversation as resolved.
Show resolved Hide resolved
about: Enjoy working with Pimcore? Join us on our mission!
- name: Community Support
url: https://github.com/pimcore/pimcore/discussions
about: Please ask and answer questions here.