Skip to content

Commit

Permalink
Split issue and PR templates into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 9, 2023
1 parent a038df5 commit e481877
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 20 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/1-FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: "\U0001F195 Feature Request"
about: "I have a suggestion for missing functionality or improvements"
title: ''
labels: 'i: enhancement'
assignees: ''

---

# Feature Request

Describe the suggested feature and how it's beneficial to Stream users.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Delete the section that is not applicable:

# Feature Request

Describe the suggested feature and how it's beneficial to Stream users.
---
name: "\U0001F41B Bug Report"
about: "Something isn't working as expected"
title: ''
labels: 'i: bug'
assignees: ''

---

# Bug Report

Expand All @@ -18,9 +20,7 @@ Describe what actually happens.
## Steps to Reproduce the Problem

1.

2.

3.

## Screenshots
Expand Down
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/1-REGULAR_PULL_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "\U0001F527 Patch Release Checklist"
about: "Merge a fix or a new feature into the development version"
title: ''
labels: ''
assignees: ''

---

Fixes #000.

Describe your approach and how it fixes the issue.

# Checklist

- [ ] Project documentation has been updated to reflect the changes in this pull request, if applicable.
- [ ] I have tested the changes in the local development environment (see `contributing.md`).
- [ ] I have added phpunit tests.

Change `[ ]` to `[x]` to mark the items as done.
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
Fixes #000.
---
name: "\U0001F680 Release Pull Request"
about: "\U0001F512 Maintainers only: fixes/features in development get released"
title: 'Release x.x.x'
labels: ''
assignees: ''

Describe your approach and how it fixes the issue.
---

# Checklist

- [ ] Project documentation has been updated to reflect the changes in this pull request, if applicable.
- [ ] I have tested the changes in the local development environment (see `contributing.md`).
- [ ] I have added phpunit tests.


## Release Changelog
# Release Changelog

- Fix: Describe a bug fix included in this release.
- New: Describe a new feature in this release.


## Release Checklist
# Release Checklist

- [ ] This pull request is to the `master` branch.
- [ ] Release version follows [semantic versioning](https://semver.org). Does it include breaking changes?
Expand All @@ -25,5 +22,4 @@ Describe your approach and how it fixes the issue.
- [ ] Bump version in `classes/class-plugin.php`.
- [ ] Draft a release [on GitHub](https://github.com/xwp/stream/releases/new).


Change `[ ]` to `[x]` to mark the items as done.

0 comments on commit e481877

Please sign in to comment.