Skip to content

Commit

Permalink
minor #336 Github templates (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0 branch.

Discussion
----------

Based on [this PR](Sylius/PayPalPlugin#217) from PayPalPlugin πŸš€ 

Commits
-------

9d14f27 Issues templates
af74363 Pull Request template
  • Loading branch information
GSadee authored Oct 11, 2021
2 parents db2fabe + af74363 commit 78d767b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
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

0 comments on commit 78d767b

Please sign in to comment.