Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Pull Request Templates #2448

Merged
merged 7 commits into from Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/enhancement_pull_request_template.md
@@ -0,0 +1,23 @@
---
name: Enhancement
about: Create a pull request to help us improve.
title: ''
labels: enhancement
assignees: ''

---

<!-- If you have an enhancement with a plugin create an pull request on that plugin's GitHub page instead. -->

<!-- Provide a general summary in the Title above -->

**Describe What Is Being Enhanced:**
<!-- A clear and concise description of what the bug is. -->

**If This Enhancement Is Related To And Issue, What Is The Issue Number(#):**
<!-- Steps to reproduce the behavior. -->

**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/fix_pull_request_template.md
@@ -0,0 +1,23 @@
---
name: Fix
about: Create a pull request to help us improve.
title: ''
labels: fix
assignees: ''

---

<!-- If you have an fix for a plugin create an pull request on that plugin's GitHub page instead. -->

<!-- Provide a general summary in the Title above -->

**Describe What Is Being Fixed:**
<!-- A clear and concise description of what the bug is. -->

**If Issue Related To This, What Is The Issue Number(#):**
<!-- Steps to reproduce the behavior. -->

**Expected behavior:**
<!-- A clear and concise description of what you expected to happen. -->

<!-- Click the "Preview" tab before you submit to ensure the formatting is correct. -->