-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |