Skip to content

Commit

Permalink
docs: Add new component issue template (#340)
Browse files Browse the repository at this point in the history
* Create new_component.md

* fix: Adjust labels, yaml for issue templates

* Update new_component.md
  • Loading branch information
haworku authored Jul 22, 2020
1 parent 9c5aea2 commit 8fb0f4b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: "[bug]"
labels: bug, needs discussion
labels: "type: bug"
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: "[feat]"
labels: enhancement, needs discussion
labels: "type: feature"
assignees: ''

---
Expand Down
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/new_component.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: New USWDS Component
about: Add a new component based on USWDS spec
title: "New Component: "
labels: "type: feature"

---

# [Component Name](https://designsystem.digital.gov/components/##)


## Description


## Requirements (proposed)
**Prop Interface**
```
Props = {
}
```
**More Details**
- `<div>`root element

## Other Considerations
-

0 comments on commit 8fb0f4b

Please sign in to comment.