From 4bbababf3df446cc2c39567de3fcf5f7c6988d38 Mon Sep 17 00:00:00 2001 From: Omar Desogus Date: Tue, 25 Jan 2022 15:07:17 +0100 Subject: [PATCH 1/4] docs: update pr template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 16524913e702f0d93b0fd8b40ac5139e52f6149f Mon Sep 17 00:00:00 2001 From: Omar Desogus Date: Tue, 25 Jan 2022 15:17:17 +0100 Subject: [PATCH 2/4] docs: add new issue template for package requests --- .github/ISSUE_TEMPLATE/package_request.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/package_request.md 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. From c7728dca1c11c8363f6c64728c3c2f99ad208b6d Mon Sep 17 00:00:00 2001 From: Omar Desogus Date: Tue, 25 Jan 2022 15:17:57 +0100 Subject: [PATCH 3/4] docs: remove assignees section --- .github/ISSUE_TEMPLATE/feature_request.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.** From 390375ec6e887460f3529652824511192befb0f3 Mon Sep 17 00:00:00 2001 From: Omar Desogus Date: Tue, 25 Jan 2022 15:18:03 +0100 Subject: [PATCH 4/4] docs: remove assignees section --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - 1 file changed, 1 deletion(-) 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**