forked from hyperledger/firefly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
- Loading branch information
Showing
400 changed files
with
4,377 additions
and
8,863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ __debug* | |
containerlogs | ||
.vscode/*.log | ||
.idea | ||
doc-site/site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: 🐞 Bug | ||
description: File a bug/issue | ||
title: "bug: " | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
_The more information you share, the faster we can help you._ | ||
Prior to opening the issue, please make sure that you: | ||
- Use English (EN/US) to communicate. | ||
- Search the [open issues](https://github.com/hyperledger-labs/documentation-template/issues) to avoid duplicating the issue. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What happened? | ||
description: | | ||
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. | ||
If this matter is security related, please disclose it privately via security@hyperledger.org | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: How can we reproduce it (as minimally and precisely as possible)? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Anything else we need to know? | ||
|
||
- type: textarea | ||
id: osVersion | ||
attributes: | ||
label: OS version | ||
value: | | ||
<details> | ||
```console | ||
# On Linux: | ||
$ cat /etc/os-release | ||
# paste output here | ||
$ uname -a | ||
# paste output here | ||
# On Windows: | ||
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture | ||
# paste output here | ||
``` | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Support Request | ||
url: https://discord.gg/hyperledger | ||
about: Support request or question relating to Hyperledger Docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Enhancement Tracking Issue | ||
description: Provide supporting details for an enhancement | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
_The more information you share, the faster we can help you._ | ||
Prior to opening the issue, please make sure that you: | ||
- Use English (EN/US) to communicate. | ||
- Search the [open issues](https://github.com/hyperledger-labs/documentation-template/issues) to avoid duplicating the issue. | ||
- type: textarea | ||
id: enhancement | ||
attributes: | ||
label: What would you like to be added? | ||
description: | | ||
A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: rationale | ||
attributes: | ||
label: Why is this needed? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: "Documentation Issue" | ||
description: Issues related to documentation. | ||
title: "docs: " | ||
labels: [documentation] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
_The more information you share, the faster we can help you._ | ||
Prior to opening the issue, please make sure that you: | ||
- Use English (EN/US) to communicate. | ||
- Search the [open issues](https://github.com/hyperledger-labs/documentation-template/issues) to avoid duplicating the issue. | ||
- type: textarea | ||
id: current-state | ||
attributes: | ||
label: Current State | ||
description: Describe the current state of the documentation. | ||
placeholder: | | ||
The documentation for the API in this page (url) is missing ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: desired-state | ||
attributes: | ||
label: Desired State | ||
description: Describe the desired state the documentation should be in. | ||
placeholder: | | ||
Add here ... | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
- name: bug | ||
description: Something isn't working | ||
color: b60205 | ||
- name: documentation | ||
description: Improvements or additions to documentation | ||
color: 0052cc | ||
- name: duplicate | ||
description: This issue or pull request already exists | ||
color: 9c99a3 | ||
- name: enhancement | ||
description: New feature or request | ||
color: 1dbfcf | ||
- name: good first issue | ||
description: Good for newcomers | ||
color: 8141f0 | ||
- name: help wanted | ||
description: Extra attention is needed | ||
color: 0ac492 | ||
- name: invalid | ||
description: This doesn't seem right | ||
color: e6da05 | ||
- name: needs triage | ||
description: New issue that has not yet been looked at | ||
color: 69a6d1 | ||
- name: question | ||
description: Further information is requested | ||
color: 8a23b0 | ||
- name: wontfix | ||
description: This will not be worked on | ||
color: ccb5ab | ||
- name: stale | ||
description: no commits in last 30 days | ||
color: 382c0d | ||
- name: awaiting response | ||
description: Waiting for user response | ||
color: d1821b |
Oops, something went wrong.