merge: branch 'main' of github.com:appliedzkp/zk-kit into main

This commit is contained in:
cedoor
2022-01-25 18:44:02 +01:00
4 changed files with 21 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ name: Bug report
about: Create a report to help us improve
title: ""
labels: ""
assignees: ""
---
**Describe the bug**

View File

@@ -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.**

View File

@@ -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.

View File

@@ -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