From de9e3973772d0e2ce03c104aea11e44e8d43d095 Mon Sep 17 00:00:00 2001 From: cedoor Date: Fri, 24 Jun 2022 12:52:22 +0200 Subject: [PATCH] chore: update issue/pr templates --- .../{bug_report.md => ---bug.md} | 14 +++--- .../{feature_request.md => ---feature.md} | 10 +++-- .github/ISSUE_TEMPLATE/---package.md | 14 ++++++ .github/ISSUE_TEMPLATE/package_request.md | 18 -------- .github/pull_request_template.md | 43 ++++--------------- 5 files changed, 36 insertions(+), 63 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => ---bug.md} (80%) rename .github/ISSUE_TEMPLATE/{feature_request.md => ---feature.md} (81%) create mode 100644 .github/ISSUE_TEMPLATE/---package.md delete mode 100644 .github/ISSUE_TEMPLATE/package_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/---bug.md similarity index 80% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/---bug.md index 458f780..486c640 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/---bug.md @@ -1,8 +1,10 @@ --- -name: Bug report +name: "\U0001F41E Bug" about: Create a report to help us improve -title: "" -labels: "" +title: '' +labels: "bug \U0001F41B" +assignees: '' + --- **Describe the bug** @@ -24,9 +26,9 @@ If applicable, add screenshots to help explain your problem. **Technologies (please complete the following information):** -- Node.js version -- NPM version -- Browser +- Node.js version +- NPM version +- Solidity version **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/---feature.md similarity index 81% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/---feature.md index 64b166a..527a97f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/---feature.md @@ -1,8 +1,10 @@ --- -name: Feature request -about: Suggest an idea for one of the existing packages -title: "" -labels: "" +name: "\U0001F680 Feature" +about: Suggest an idea for Semaphore +title: '' +labels: 'feature :rocket:' +assignees: '' + --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/---package.md b/.github/ISSUE_TEMPLATE/---package.md new file mode 100644 index 0000000..621f741 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---package.md @@ -0,0 +1,14 @@ +--- +name: "\U0001F4E6 Package" +about: Propose a new Semaphore package +title: '' +labels: 'feature :rocket:' +assignees: '' + +--- + +**Describe the package you'd like** +A clear and concise description of the type of package you have in mind. + +**Additional context** +Add any other context about the package here. diff --git a/.github/ISSUE_TEMPLATE/package_request.md b/.github/ISSUE_TEMPLATE/package_request.md deleted file mode 100644 index a6eb274..0000000 --- a/.github/ISSUE_TEMPLATE/package_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -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 c1c0d0c..504dd4a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,43 +1,16 @@ + -## Pull request checklist +## Description -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 (`yarn build`) was run locally and any changes were pushed -- [ ] Lint (`yarn lint`) has passed locally and any fixes were made for failures +## Related Issue -## Pull request type - - - - - -Please check the type of change your PR introduces: - -- [ ] Bugfix -- [ ] Feature -- [ ] Code style update (formatting, renaming) -- [ ] Refactoring (no functional changes, no api changes) -- [ ] Build related changes -- [ ] Documentation content changes -- [ ] Other (please describe): - -## What is the current behavior? - - - -Issue Number: N/A - -## What is the new behavior? - - - -- -- -- + + + + ## Does this introduce a breaking change?