diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 62f60fd..458f780 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,6 @@ name: Bug report about: Create a report to help us improve title: "" labels: "" -assignees: "" --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2bc5d5f..64b166a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,8 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for one of the existing packages title: "" labels: "" -assignees: "" --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/package_request.md b/.github/ISSUE_TEMPLATE/package_request.md new file mode 100644 index 0000000..ba33c9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/package_request.md @@ -0,0 +1,18 @@ +--- +name: Package request +about: Suggest an idea for this project +title: "" +labels: "" +--- + +**Describe the package** +A clear and concise description of what the package should be. + +**Describe why it may be useful** +A clear and concise description of the context in which this package could be used and why it may be usefulp. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6acc0b0..100009e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,8 +6,8 @@ Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) -- [ ] Build (`npm run build`) was run locally and any changes were pushed -- [ ] Lint (`npm run lint`) has passed locally and any fixes were made for failures +- [ ] Build (`yarn build`) was run locally and any changes were pushed +- [ ] Lint (`yarn lint`) has passed locally and any fixes were made for failures ## Pull request type