Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwbailey committed Oct 12, 2021
1 parent 75ce092 commit 6ecb00e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 68 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: bug
assignees: ''

---

Thank you for reporting a bug. Please fill out the following information:

## Bug description

> Please describe the bug you encountered. This includes the bug itself and where you encountered it.
## Expected outcome

> Please describe what you would expect to happen if the bug did not exist.
## Steps to reproduce

> Please describe the steps we can take to reproduce the bug. This will help us locate and fix it.
## Technical info

### What device were you using when you encountered the bug?

> Ex: phone, tablet, laptop computer, desktop computer, etc.
### What operating system were you using? What version is the operating system?

> Ex: macOS 11.6, etc.
### What web browser were you using? What version is the web browser?

> Ex: Edge 94.0.992.47
### Assistive technology and version (optional)
> Were you using any assistive technology? Examples include NVDA, VoiceOver, screen magnification, high contrast mode, etc.
## Additional information

> Is there anything else we should know about?
## Terms

- [ ] I have read, and agree to follow this project's [Code of Conduct](https://www.a11yproject.com/code-of-conduct/)
24 changes: 3 additions & 21 deletions .github/ISSUE_TEMPLATE/new-feature.md
Expand Up @@ -2,27 +2,9 @@
name: New feature
about: Propose new functionality
title: "[Feature] "
labels: "feature"
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a feature. Please fill out the following information:
- type: textarea
id: feature-suggestion
attributes:
label: Feature suggestion
description: Please describe the functionality you would like to have added to the site, and why you are proposing it.
validations:
required: true
- type: checkboxes
id: code-of-conduct
attributes:
label: Code of Conduct
description: By submitting this Issue, you agree to follow our [Code of Conduct](https://www.a11yproject.com/code-of-conduct/).
options:
- label: I have read, and agree to follow this project's Code of Conduct
required: true
labels: feature
assignees: ''

---

Thank you for suggesting a feature. Please fill out the following information:
Expand Down
50 changes: 3 additions & 47 deletions .github/ISSUE_TEMPLATE/new-post.md
Expand Up @@ -2,53 +2,9 @@
name: New post
about: Suggest a post you'd like to write
title: "[Post] "
labels: "post"
body:
- type: markdown
attributes:
value: |
Thank you for your interest in writing a post! Please fill out the following information:
- type: textarea
id: description
attributes:
label: Your idea
description: Please describe the post you'd like to write in 2–4 sentences, and how that post would be a good match for The A11Y Project.
validations:
required: true
- type: textarea
id: outline
attributes:
label: Outline (optional)
description: Optionally include a proposed outline for the post.
- type: textarea
id: additional-information
attributes:
label: Additional information (optional)
description: Is there anything else we should know?
- type: checkboxes
id: contributing-guidelines
attributes:
label: Contributing Guidelines
description: By submitting this issue, you agree to follow our [Contributing Guidelines](https://www.a11yproject.com/contributing-guidelines/).
options:
- label: I have read, and agree to follow this project's Contributing Guidelines
required: true
- type: checkboxes
id: content-style-guide
attributes:
label: Content Style Guide
description: By submitting this Issue, you agree to follow our [Content Style Guide](https://www.a11yproject.com/content-style-guide/).
options:
- label: I have read, and agree to follow this project's Content Style Guide
required: true
- type: checkboxes
id: code-of-conduct
attributes:
label: Code of Conduct
description: By submitting this Issue, you agree to follow our [Code of Conduct](https://www.a11yproject.com/code-of-conduct/).
options:
- label: I have read, and agree to follow this project's Code of Conduct
required: true
labels: post
assignees: ''

---

Thank you for your interest in writing a post! Please fill out the following information:
Expand Down

0 comments on commit 6ecb00e

Please sign in to comment.