diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eb8f208..7f4d459 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,49 +1,48 @@ -# Warning we automaticly generate the following files -# docs/README.md, template/portainer-v2-arm32.json, template/portainer-v2-arm64.json, tools/README.md, docs/AppList.md, docs/DocumentList.md, pi-hosted_template/template/portainer-v2.json -# Please make any changes to these files instead -# template/apps/*, build/templates/* build/info.json +## Warning we automatically generate the following files, your change(s) will overwritten. +* docs/README.md +* template/portainer-v2-arm32.json +* template/portainer-v2-arm64.json +* tools/README.md +* docs/AppList.md +* docs/DocumentList.md +* pi-hosted_template/template/portainer-v2.json - - - - -# Summary +## Please make any changes to these files instead +* template/apps/`some-application-name.json` +* stack/`some-stack-name.yml` +* docs/`some-docsname.md` +* tools/`some-script.sh` +* build/info.json + +## Summary -# Why This Is Needed - +### Why This Is Needed -# What Changed - +### What Changed -## Added - +### Added -## Changed - +### Changed -## Fixed - +### Fixed -## Removed - +### Removed -# Screenshots - +### Screenshots -# Checklist - +## Checklist - [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? - [ ] Does your submission pass tests? - [ ] Have you linted your code locally prior to submission? - [ ] Have you added an explanation of what your changes do and why you'd like us to include them? -- [ ] Have you updated documentation, as applicable? +- [ ] Have you updated documentation, as applicable?1