Skip to content

Commit

Permalink
update issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Zilar committed Nov 26, 2019
1 parent 5e69201 commit 5328ce6
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 42 deletions.
22 changes: 3 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,21 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
title: 'Bug: '
labels: Bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/content-change-or-suggestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Content Change or Suggestion
about: Tell us how we can make our resources better
title: "[Suggestion]"
labels: editorial/content, feedback
labels: feedback
assignees: ''

---
Expand Down
8 changes: 1 addition & 7 deletions .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: ''
labels: ''
labels: feedback
assignees: ''

---
Expand All @@ -12,9 +12,3 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/new-blog-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
name: New Blog Post
about: Submit your new blog post to us with the following details
title: 'New Blog Post: '
labels: blog, editorial/content
labels: "Content: Blog post"
assignees: jeremyzilar, ToniBonittoGSA

---

**What is this post about? 1-2 sentence summary:**
**What is this post about? 1-2 sentence summary:**

**Expected publish date:**
Note: Digital.gov aims to publish all new items on Mondays
**Expected publish date:**

**Google Docs URL:**
**Google Docs URL:**
(or drag/drop a word doc here)

**Images**
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/page-error.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Page Error
about: Help us find pages that were broken in our content migration
title: "[page error]"
labels: bug, editorial/content
name: Content Error
about: bugs related to formatting of content in pages
title: "[Content Cleanup]"
labels: "Bug, Bug: Content Cleanup"
assignees: ''

---
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: User Story
about:
title: ""
labels:
assignees: ''

---

As a < type of user >, I want < some goal > so that < some reason >.
4 changes: 1 addition & 3 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@

## it should include
- [ ] thing
- [ ] and another thing
### Description
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

A one-line description of the changes you're making and how they'll affect users.

**Doc:** URL

---

**Preview URL:** URL
**Preview:**

0 comments on commit 5328ce6

Please sign in to comment.