Skip to content

Commit

Permalink
Adding PR and Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmeister committed Sep 3, 2023
1 parent 7f99bfa commit 5433685
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Issue Name
## Prerequisites

Please answer the following questions for yourself before submitting an issue.

- [ ] I am running the latest plugin version
- [ ] I am running the latest WordPress version
- [ ] I know what PHP version I'm using
- [ ] I checked the documentation and found no answer
- [ ] I checked to make sure that this issue has not already been filed

## Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

* WordPress version
* PHP Version
* Plugin A name and version
* Plugin B name and version

## Expected Behavior

Please describe the behavior you are expecting.

## Current Behavior

What is the current behavior?

## Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

### Steps to Reproduce

Please provide detailed steps for reproducing the issue.

1. Step 1
2. Step 2
3. You get it...

### Failure Logs

Please include any relevant log snippets or files here.
34 changes: 34 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Description

Please include a summary of the change or changes and which issue is fixed. Please also include relevant motivation and context.

Fixes #(issue)

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
- [ ] This change requires a documentation update

# How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and if you use specific plugins.

- [ ] Describe test A
- [ ] Describe test B

**Test Configuration**:
* WordPress version
* PHP version
* Plugin name and version
* Plugin B name and version

# Checklist:

- [ ] My code follows the style guidelines of this project (WordPress code standards)
- [ ] I have performed a self-review of my own code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (if needed)
- [ ] My changes generate no new warnings
- [ ] I have described how I made my tests that prove my fix is effective or that my feature works

0 comments on commit 5433685

Please sign in to comment.