Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new templates #5

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report---.md
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`
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/new-content.yml
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/technical-issue-site--.md
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
Loading