diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..92faea2b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Sylius/core-team diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000..63ff220b --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,14 @@ +Contributing Patches and BDD Methodology +======================================== + +Sylius is a Open Source project driven by the community. +Join our amazing adventure and we promise to be nice and welcoming to everyone. +Remember, you do not have to be a Symfony guru or even a programmer to help! + +You can learn [how to contribute the patches](http://docs.sylius.com/en/latest/contributing/code/patches.html) +in our [Contributing Guide](http://docs.sylius.com/en/latest/contributing/index.html). + +Security Issues +--------------- + +We treat security very seriously, you can read about security procedures [here](http://docs.sylius.com/en/latest/contributing/code/security.html). diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a1c2f393 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,11 @@ +| Q | A +| ---------------- | ----- +| Bug report? | no/yes +| Feature request? | no/yes +| BC Break report? | no/yes +| RFC? | no/yes +| Sylius version | 1.x.y + + diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..e487ea80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,17 @@ +--- +name: "Bug Report 🐛" +about: Report a problem or error + +--- + + +**Sylius version affected**: 1.x.y + +**Description** + + +**Steps to reproduce** + + +**Possible Solution** + diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md new file mode 100644 index 00000000..cf8e4e81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-issue.md @@ -0,0 +1,10 @@ +--- +name: "Documentation Issue 📖" +about: Report missing or bugged documentation + +--- + +**Sylius docs version**: 1.x / latest + +**Description** + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..902ba7a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,14 @@ +--- +name: Feature request ✅ +about: Suggest an idea for a feature or improvement + +--- + +**Describe the proposed solution** + + +**Describe alternatives you've considered** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/security-issue.md b/.github/ISSUE_TEMPLATE/security-issue.md new file mode 100644 index 00000000..09c72d81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security-issue.md @@ -0,0 +1,8 @@ +--- +name: "Security Issue 🔐" +about: Please contact us at security@sylius.com + +--- + +If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. +Instead, all security issues must be sent to `security@sylius.com`. diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md new file mode 100644 index 00000000..a1e01bec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -0,0 +1,12 @@ +--- +name: "Support Question 🚫" +about: See http://docs.sylius.com/en/latest/support/index.html for questions about + using Sylius + +--- + +We use GitHub issues only to discuss about Sylius bugs, new features and documentation. +For this kind of questions about Sylius usage, please use +any of the support alternatives described here: http://docs.sylius.com/en/latest/support/index.html + +Thank you! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..7aa2c781 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +| Q | A +| --------------- | ----- +| Branch? | 1.5, 1.6 or master +| Bug fix? | no/yes +| New feature? | no/yes +| BC breaks? | no/yes +| Deprecations? | no/yes +| Related tickets | fixes #X, partially #Y, mentioned in #Z +| License | MIT + +