Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.44 KB

WP User Manager Default GitHub Files

This repository contains default files used to standardize GitHub issues and pull requests throughout the organization.

How It Works

The .github directory in this project will be used by any repository in WPUserManager that does not have a .github directory in its own project root.

For more information, see GitHub documentation for Creating a repository for default files.

What's Included

Issue Templates

The following issue templates are provided with unique fields catered to the task at hand:

Template Description
Epic 🚩 A theme of work should be broken down into subtasks
Bug 🐛 Broken functionality should be fixed
Chore 🧹 A general non-user-facing need should be addressed
Enhancement ✨ Existing user-facing functionality should be improved
Integration 🔌 An integration should be developed or improved
New Feature 💡 New user-facing functionality should be added

Pull Request Template

A pull request template is included to guide developers through the steps necessary to present their code for review.