-
Notifications
You must be signed in to change notification settings - Fork 13
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 #54 from uswds/release-1.0.0
USWDS Compile 1.0.0
- Loading branch information
Showing
6 changed files
with
507 additions
and
588 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,80 @@ | ||
name: Bug Report 🐞 | ||
description: Report a bug and help USWDS Compile improve. | ||
title: "USWDS-Compile - Bug: [YOUR TITLE]" | ||
labels: ['Type: Bug','Status: Triage','Needs: Confirmation'] | ||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Describe the bug | ||
description: Add a clear and concise description of the bug. Let us know if it impacts major or minor functionality and if you have workaround. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to reproduce the bug | ||
description: Describe how to reproduce this issue. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expected Behavior | ||
description: Add a clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: code | ||
attributes: | ||
label: Related code | ||
description: If available, include relevant code snippets or a link to a demo of the bug. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Add screenshots to help provide context, if applicable. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: system | ||
attributes: | ||
label: System setup | ||
description: Provide your system details. Be sure to include your USWDS Compile and USWDS versions, device, operating system, and browser (with version). | ||
placeholder: | | ||
- USWDS Compile version: | ||
- USWDS version: | ||
- Device: | ||
- Operating system: | ||
- Browser and version: | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the problem. | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: Please confirm the following | ||
options: | ||
- label: | ||
I agree to follow this project's [Code of | ||
Conduct](https://designsystem.digital.gov/about/community/#community-conduct). | ||
required: true | ||
- label: | ||
I checked the [current | ||
issues](https://github.com/uswds/uswds-compile/issues) for | ||
duplicate bug reports. | ||
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,51 @@ | ||
name: Feature Request 💡 | ||
description: Suggest a new idea for USWDS Compile. | ||
title: 'USWDS-Compile - Feature: [YOUR TITLE]' | ||
labels: ['Type: Feature Request','Status: Triage'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '## Feature Request 💡' | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: "Provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "Describe the solution you'd like" | ||
description: "Provide a clear and concise description of what you want to happen." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: "Describe alternatives you've considered" | ||
description: "Provide a clear and concise description of any alternative solutions or features you've considered." | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional context | ||
description: "Add any other context or screenshots about the feature request." | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: Please confirm the following | ||
options: | ||
- label: | ||
I agree to follow this project's [Code of | ||
Conduct](https://designsystem.digital.gov/about/community/#community-conduct). | ||
required: true | ||
- label: | ||
I checked the [current | ||
issues](https://github.com/uswds/uswds-compile/issues) for | ||
duplicate feature requests. | ||
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,16 @@ | ||
name: Add all issues to project board | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issue to project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/add-to-project@v0.1.0 | ||
with: | ||
project-url: https://github.com/orgs/uswds/projects/8 | ||
github-token: ${{ secrets.ADD_TO_PROJECT }} |
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
Oops, something went wrong.