Skip to content

Commit

Permalink
BRAIN: Community Guides
Browse files Browse the repository at this point in the history
  • Loading branch information
lernhart committed Feb 15, 2024
1 parent 0b21217 commit c2d4c98
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Bug report 🐛
description: Existing feature does not behave as expected.
labels: [Bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: shopware-version
attributes:
label: Shopware Version
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual-behaviour
attributes:
label: Actual behaviour
description: Please describe the issue
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: How to reproduce
description: Tell us how the bug can be reproduced
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: Ask a question
url: https://stackoverflow.com/questions/tagged/shopware6
about: Get answers from a global community on all the technical questions that help you develop with Shopware.
- name: Join us on community Slack
url: https://slack.shopware.com
about: You may want to reach the community chat
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
Thank you for contributing to the Shopware Braintree App! Please fill out this description template to help us to process your pull request.
Please make sure to fulfil our contribution guideline (https://github.com/shopware/braintree-app/blob/trunk/CONTRIBUTING.md).
-->

### 1. Why is this change necessary?


### 2. What does this change do, exactly?


### 3. Describe each step to reproduce the issue or behaviour.


### 4. Please link to the relevant issues (if any).


### 5. Checklist

- [ ] I have rebased my changes to remove merge conflicts
- [ ] I have written tests and verified that they fail without my change
- [ ] This change has comments for package types, values, functions, and non-obvious lines of code
- [ ] I have read the contribution requirements and fulfil them.

0 comments on commit c2d4c98

Please sign in to comment.