Skip to content

Commit

Permalink
Add release issue template (#1342)
Browse files Browse the repository at this point in the history
this adds a new issue template for our release checklist to Github
  • Loading branch information
dclear committed Dec 18, 2018
1 parent 1e687a7 commit 7b5766d
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 48 deletions.
65 changes: 34 additions & 31 deletions .github/ISSUE_TEMPLATE/Bug_report.md
@@ -1,31 +1,34 @@
---
name: Bug report
about: Create a report to help us improve

---

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

**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.

**Version and configuration information (please complete the following information):**
- Host computer OS and Version: [e.g. Windows 10, macOS High Sierra]
- Docker version information (use `docker version`) and insert it here.
- ddev version information (use `ddev version`)
- config.yaml contents for the misbehaving project
- Do you have any custom configuration (nginx, php, mysql) in the .ddev folder? If so, have you tried without them?

**Additional context**
Add any other context about the problem here. Thanks!
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

**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.

**Version and configuration information (please complete the following information):**
- Host computer OS and Version: [e.g. Windows 10, macOS High Sierra]
- Docker version information (use `docker version`) and insert it here.
- ddev version information (use `ddev version`)
- config.yaml contents for the misbehaving project
- Do you have any custom configuration (nginx, php, mysql) in the .ddev folder? If so, have you tried without them?

**Additional context**
Add any other context about the problem here. Thanks!
37 changes: 20 additions & 17 deletions .github/ISSUE_TEMPLATE/Feature_request.md
@@ -1,17 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**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.
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**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.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/Meta.md
@@ -1,6 +1,9 @@
---
name: Meta Issues
about: This issue type is for major meta-issues or discussions
title: ''
labels: ''
assignees: ''

---

Expand Down
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/release-checklist-template.md
@@ -0,0 +1,21 @@
---
name: Release Checklist Template
about: template checklist issue for ddev local release preparation
title: vX.X.X Release Checklist Due YYYY-MM-DD
labels: ''
assignees: ''

---

Remaining actions:

- [ ] Review release (product owner)
- [ ] Approve release (product owner and release manager)
- [ ] Create binaries (any DRUD maintainer)
- [ ] Draft release notes (release manager)
- [ ] Coordinate announcements for blog, newsletter, etc with marketing (product owner)
- [ ] Create release (release manager)
- [ ] Update Roadmap (TPM/release manager)
- [ ] Followup issues spun off if we need them.

For additional background information, please see our [Product Release](https://github.com/drud/community/blob/master/development/product_release.md) instructions here.

0 comments on commit 7b5766d

Please sign in to comment.