Skip to content

Commit

Permalink
feature #217 Configure Github issues templates (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.2
| Bug fix?        | no
| New feature?    | no
| Related tickets |

Based on such templates [from Sylius](https://github.com/Sylius/Sylius/tree/master/.github/ISSUE_TEMPLATE). **Bug** and **Security** for now, we will see what is needed more in the future 🖖 

Commits
-------

2a6f4cd Configure Github issues templates
  • Loading branch information
SirDomin authored Oct 27, 2021
2 parents b13bb61 + 2a6f4cd commit 6968ae0
Show file tree
Hide file tree
Showing 2 changed files with 28 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'
---

**SyliusPayPalPlugin 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 SyliusPayPalPlugin, 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 🎉

0 comments on commit 6968ae0

Please sign in to comment.