diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..9d57a64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: 🚨 Bug report +about: Report a bug report to help improve the package. +title: "" +labels: "bug" +assignees: "" +--- + + + +### Versions + +- @prismicio/react: +- react: +- node: + +### Reproduction + + + +
+Additional Details +
+ +
+ +### Steps to reproduce + +### What is expected? + +### What is actually happening? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..a7cedc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 👪 Prismic Community Forum + url: https://community.prismic.io + about: Ask a question about the package or raise an issue directly related to Prismic. You will usually get support there more quickly! diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a64ec86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: 🙋‍♀️ Feature request +about: Suggest an idea or enhancement for the package. +title: "" +labels: "enhancement" +assignees: "" +--- + + + +### Is your feature request related to a problem? Please describe. + + + +### Describe the solution you'd like + + + +### Describe alternatives you've considered + + + +### Additional context + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..b393a40 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ + + +## Types of changes + + + +- [ ] Chore (a non-breaking change which is related to package maintenance) +- [ ] Bug fix (a non-breaking change which fixes an issue) +- [ ] New feature (a non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Description + + + + + +## Checklist: + + + + +- [ ] My change requires an update to the official documentation. +- [ ] All [TSDoc](https://tsdoc.org) comments are up-to-date and new ones have been added where necessary. +- [ ] All new and existing tests are passing. + +