Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into beta
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	examples/react-app/src/App.tsx
#	examples/react-app/yarn.lock
#	lerna.json
#	package.json
#	packages/daf-cli/CHANGELOG.md
#	packages/daf-cli/package.json
#	packages/daf-core/CHANGELOG.md
#	packages/daf-core/package.json
#	packages/daf-did-comm/CHANGELOG.md
#	packages/daf-did-comm/package.json
#	packages/daf-did-comm/src/action-handler.ts
#	packages/daf-did-jwt/CHANGELOG.md
#	packages/daf-did-jwt/package.json
#	packages/daf-elem-did/CHANGELOG.md
#	packages/daf-elem-did/package.json
#	packages/daf-ethr-did/CHANGELOG.md
#	packages/daf-ethr-did/package.json
#	packages/daf-express/package.json
#	packages/daf-fs/CHANGELOG.md
#	packages/daf-identity-manager/package.json
#	packages/daf-key-manager/package.json
#	packages/daf-libsodium/CHANGELOG.md
#	packages/daf-libsodium/package.json
#	packages/daf-local-storage/CHANGELOG.md
#	packages/daf-react-native-async-storage/CHANGELOG.md
#	packages/daf-react-native-libsodium/CHANGELOG.md
#	packages/daf-react-native-libsodium/package.json
#	packages/daf-resolver-universal/CHANGELOG.md
#	packages/daf-resolver/CHANGELOG.md
#	packages/daf-resolver/package.json
#	packages/daf-rest/package.json
#	packages/daf-selective-disclosure/CHANGELOG.md
#	packages/daf-selective-disclosure/package.json
#	packages/daf-trust-graph/CHANGELOG.md
#	packages/daf-trust-graph/README.md
#	packages/daf-trust-graph/package.json
#	packages/daf-typeorm/src/entities/claim.ts
#	packages/daf-url/CHANGELOG.md
#	packages/daf-url/package.json
#	packages/daf-w3c/CHANGELOG.md
#	packages/daf-w3c/package.json
#	packages/daf-web-did/CHANGELOG.md
#	packages/daf-web-did/package.json
#	yarn.lock
  • Loading branch information
mirceanis committed Dec 15, 2020
2 parents bb7f062 + 9829e72 commit 62be3ee
Show file tree
Hide file tree
Showing 27 changed files with 2,385 additions and 8,480 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Bug severity**
Please rate severity from 1-5, 1 being very minor and 5 being critical

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. ...
2. ...
3. ...
4. ...

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.

**Versions (please complete the following information):**
- Daf: [e.g. 5.3]
- Browser [e.g. chrome, safari]
- Node Version [e.g. 10]
- Daf Mobile Version (if applicable)[e.g. 1.23.1]
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[proposal]"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Loading

0 comments on commit 62be3ee

Please sign in to comment.