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 templates #336

Merged
merged 2 commits into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "Bug Report \U0001F41B"
about: Report a problem or error
title: '[Bug] ...'
labels: 'Bug'
---

**SyliusRefundPlugin version affected**: 1.x.y

**Description**
<!-- A clear and concise description of the bug you are experiencing. -->

**Steps to reproduce**
<!-- Code and/or configuration required to reproduce the bug. -->

**Possible Solution**
<!--- Optional: if you have any suggestions on a fix/reason for the bug -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/security-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Security Issue \U0001F510"
about: Please contact us at [email protected]
title: ''
labels: ''
---

If you think that you have found a security issue in SyliusRefundPlugin, please do not use the issue tracker
and do not post it publicly. Instead, all security issues should be sent to `[email protected]`.

Thank you 🎉
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
| Q | A
| --------------- | -----
| Branch? | 1.0 (bug fixes, improvements), master (new features)
| Bug fix? | no/yes
| New feature? | no/yes
| Related tickets | fixes #X, partially #Y, mentioned in #Z