diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cba70dc..4e9e2a5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,17 @@ -## Fixes # +## Resolves # ## PR checklist -- [ ] Sample tests have been added/updated and pass -- [ ] [Documentation](/docs) has been added/updated for changes -- [ ] Code styling has been met on new source file changes -- [ ] Contains **NO** breaking changes +- [ ] Have Uno Platform samples and Legerity tests been added or updated, run locally, and all pass +- [ ] Have added or updated support for Uno Platform element wrappers been reflected in the Page Object Generator +- [ ] Have code styling rules been run on all new source file changes +- [ ] Have relevant articles in the docs been added or updated for all new source file changes +- [ ] Have major breaking changes been made and are documented ## Other information - + \ No newline at end of file diff --git a/README.md b/README.md index 83e15f2..016d8b3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ As many developers know, projects like Legerity for Uno Platform are built and m | ------ | ------ | ------ | | Packages | [![CI](https://github.com/MADE-Apps/legerity-uno/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MADE-Apps/legerity-uno/actions/workflows/ci.yml) | [![Nuget](https://img.shields.io/nuget/v/Legerity.Uno.svg)](https://www.nuget.org/packages/Legerity.Uno/) | | Docs | [![Docs](https://github.com/MADE-Apps/legerity-uno/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/MADE-Apps/legerity-uno/actions/workflows/docs.yml) | N/A | +| [Page Object Generator](tools/Legerity.Uno.PageObjectGenerator) | [![CI](https://github.com/MADE-Apps/legerity-uno/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MADE-Apps/legerity-uno/actions/workflows/ci.yml) | [![Nuget](https://img.shields.io/nuget/v/Legerity.Uno.PageObjectGenerator.svg)](https://www.nuget.org/packages/Legerity.Uno.PageObjectGenerator/) | ## Installation 💾