This repository contains default files used to standardize GitHub issues and pull requests throughout the organization.
The .github
directory in this project will be used by any repository in WPClubManager
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.
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 |
A pull request template is included to guide developers through the steps necessary to present their code for review.