-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from fido-alliance/dturnerx-add-issue-templates
Add new templates
- Loading branch information
Showing
4 changed files
with
117 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: "\U0001F41E Bug report" | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
## Description | ||
|
||
Describe the issue that you're seeing. | ||
|
||
### Steps to reproduce | ||
|
||
Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue _much_ easier to diagnose (seriously). | ||
|
||
### Expected result | ||
|
||
What should happen? | ||
|
||
### Actual result | ||
|
||
What happened. | ||
|
||
### Environment | ||
|
||
Paste the information here as shown by `npm run check` |
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 @@ | ||
blank_issues_enabled: false |
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,64 @@ | ||
name: "💡 New Content Suggestion" | ||
description: >- | ||
Suggest new feature or a change to an existing feature. Completing this forms indicates agreement to the CLA[https://github.com/fido-alliance/credential-exchange-feedback/blob/main/FIDO_CLA.md] | ||
labels: | ||
- New-Feature | ||
- needs-triage | ||
body: | ||
- type: textarea | ||
id: summary | ||
validations: | ||
required: true | ||
attributes: | ||
label: Summary | ||
description: >- | ||
Write a clear and concise description of the proposed feature. Why is it needed? What gap | ||
will it fill? Who is the intended audience? What scenarios will it address? | ||
placeholder: | | ||
Try formulating the need for this feature as a user story. | ||
- type: textarea | ||
id: details | ||
validations: | ||
required: false | ||
attributes: | ||
label: Details | ||
description: >- | ||
If possible, please provide extended details that will add additional context. | ||
- type: dropdown | ||
id: type | ||
validations: | ||
required: true | ||
attributes: | ||
label: Proposed Feature Type | ||
description: >- | ||
Choose the type or types of documentation required. | ||
multiple: true | ||
options: | ||
- Best Practice | ||
- User Journey | ||
- Protocol Deep Dive | ||
- FAQ Item | ||
- Demo | ||
- Other / Unknown | ||
- type: input | ||
id: title | ||
validations: | ||
required: false | ||
attributes: | ||
label: Proposed Feature Name | ||
- type: textarea | ||
id: related_documents | ||
validations: | ||
required: false | ||
attributes: | ||
label: Related Articles | ||
description: >- | ||
Provide a list of links to the documentation page(s) that are related to this request. Use | ||
the markdown list syntax for each item. If the entire article is relevant, just link to the | ||
permalink for its source or the live page. If only a section of the article is relevant, use | ||
the permalink to the lines for the most relevant section of the source or the anchor link to | ||
the nearest header for the relevant content instead of the page itself. | ||
placeholder: | | ||
- https://fidoalliance.org/specs/cx/cxf-v1.0-wd-20240522.html | ||
- https://fidoalliance.org/specs/cx/cxp-v1.0-wd-20240522.html |
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: "\U0001F41E Site Issue" | ||
about: Technical issue with the site itself | ||
labels: ["bug", "needs-triage"] | ||
--- | ||
|
||
# Technical issue with website | ||
|
||
## Description | ||
|
||
Describe the issue that you're seeing with this repo | ||
|
||
### Steps to reproduce | ||
|
||
Clear steps describing how to reproduce the issue. | ||
|
||
### Expected result | ||
|
||
What should happen? | ||
|
||
### Actual result | ||
|
||
What happened. | ||
|
||
### Environment | ||
|
||
OS, browser, etc |