Skip to content

Commit e142ad4

Browse files
committed
refactor: rename to include app to the template project
1 parent a9485c4 commit e142ad4

File tree

50 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33
- package-ecosystem: maven
4-
directory: "/\{\{cookiecutter.app_name\}\}"
4+
directory: "/app-{{cookiecutter.app_name}}"
55
schedule:
66
interval: daily
77
time: "23:30"
File renamed without changes.
File renamed without changes.

{{cookiecutter.app_name}}/.github/ISSUE_TEMPLATE/bug_report.md renamed to app-{{cookiecutter.app_name}}/.github/ISSUE_TEMPLATE/bug_report.md

{{cookiecutter.app_name}}/.github/ISSUE_TEMPLATE/feature_request.md renamed to app-{{cookiecutter.app_name}}/.github/ISSUE_TEMPLATE/feature_request.md

{{cookiecutter.app_name}}/.github/PULL_REQUEST_TEMPLATE.md renamed to app-{{cookiecutter.app_name}}/.github/PULL_REQUEST_TEMPLATE.md

File renamed without changes.

{{cookiecutter.app_name}}/.github/workflows/build_workflow.yml renamed to app-{{cookiecutter.app_name}}/.github/workflows/build_workflow.yml

File renamed without changes.

0 commit comments

Comments
 (0)