|
16 | 16 | <h3 align="center">Maya Python Project Template</h3> |
17 | 17 |
|
18 | 18 | <p align="center"> |
19 | | - A GitHub template for Maya Python tools. |
20 | | - <br /> |
| 19 | + A GitHub template for Maya Python tools by <a href="https://www.techartops.com">TechArtOps</a>.<br> |
21 | 20 | <a href="https://github.com/mattdeform/MayaPythonProjectTemplate/issues/new?labels=bug&template=bug-report---.md">Report Bug</a> |
22 | 21 | · |
23 | 22 | <a href="https://github.com/mattdeform/MayaPythonProjectTemplate/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a> |
24 | 23 | </p> |
25 | 24 | </div> |
26 | 25 |
|
27 | | - |
| 26 | +> Example project built using this template can be found [here](https://github.com/mattdeform/locator_creator). |
28 | 27 |
|
29 | 28 | ## HOW TO USE THIS TEMPLATE |
30 | 29 |
|
|
39 | 38 |
|
40 | 39 | ## What is included in this template? |
41 | 40 | * Basic project structure. |
42 | | -* [README.md](_README.md) template. |
43 | | -* [CONTRIBUTING.md](CONTRIBUTING.md) template. |
| 41 | +* [README.md](_README) and [CONTRIBUTING](CONTRIBUTING.md) templates. |
44 | 42 | * Bug report and feature request templates. |
45 | 43 | * Continuous integration using [GitHub Actions][github-actions-url] with jobs to: |
46 | | - * [Run tests](.github/workflows/reusable-maya-tests.yml) in containerized Maya. `Note: User should hold a valid Maya license.` |
| 44 | + * [Run integration tests](.github/workflows/reusable-maya-tests.yml) across a range of Maya versions in isolated Docker containers. |
| 45 | + * `Note: You should hold a valid Maya license.` |
47 | 46 | * [Enforce coding standards](.github/workflows/reusable-static-analysis.yml) with [pylint](https://pypi.org/project/pylint/), [black](https://github.com/psf/black), and [mypy](https://mypy.readthedocs.io/en/stable/). |
48 | 47 | * [Build and deploy documentation](.github/workflows/reusable-build-and-deploy-docs.yml) to GitHub pages with [mkdocs](https://www.mkdocs.org/). |
49 | | - * [Make versioned releases](.github/workflows/ci-release.yml) using python semantic versioning. |
| 48 | + * [Automated releases](.github/workflows/ci-release.yml) using Python Semantic Versioning (optional). |
50 | 49 |
|
51 | 50 |
|
52 | 51 | <!-- ACKNOWLEDGMENTS --> |
53 | 52 | ## Acknowledgments |
54 | 53 | * This project uses Docker images courtesy of [mottosso/docker-maya](https://github.com/mottosso/docker-maya). |
55 | | -* Inspiration taken from both |
| 54 | +* Inspiration taken from both: |
56 | 55 | * [python-project-template](https://github.com/rochacbruno/python-project-template/tree/main). |
57 | 56 | * [Best-README-Template](https://github.com/othneildrew/Best-README-Template). |
58 | 57 |
|
|
0 commit comments