diff --git a/golang/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md b/golang/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md index bfd98a0..d878272 100644 --- a/golang/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md +++ b/golang/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md @@ -1,6 +1,6 @@ -# Contributing to [Project Name] +# Contributing to {{cookiecutter.app_name}} -Thank you for your interest in contributing to [Project Name]! We welcome contributions from the community to make our project better. Before you get started, please take a moment to read this guide to understand how you can contribute. +Thank you for your interest in contributing to {{cookiecutter.app_name}}! We welcome contributions from the community to make our project better. Before you get started, please take a moment to read this guide to understand how you can contribute. ## Table of Contents diff --git a/golang/{{cookiecutter.app_name}}/.github/LICENSE.md b/golang/{{cookiecutter.app_name}}/.github/LICENSE.md index 2aa384e..51842f4 100644 --- a/golang/{{cookiecutter.app_name}}/.github/LICENSE.md +++ b/golang/{{cookiecutter.app_name}}/.github/LICENSE.md @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2023] [name of copyright owner] + Copyright [2023] [{{cookiecutter.organization_name}}] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/golang/{{cookiecutter.app_name}}/.github/SECURITY.md b/golang/{{cookiecutter.app_name}}/.github/SECURITY.md index 0a2fdb9..2a4d147 100644 --- a/golang/{{cookiecutter.app_name}}/.github/SECURITY.md +++ b/golang/{{cookiecutter.app_name}}/.github/SECURITY.md @@ -6,7 +6,7 @@ If you discover a security vulnerability in this project, please follow these st 1. **Do Not** create a GitHub issue. Security vulnerabilities should be reported privately. -2. Send an email to [{{cookiecutter.repository_email}}](mailto:cookiecutter.repository_email) with a detailed description of the vulnerability. Please provide as much information as possible, including: +2. Send an email to [{{cookiecutter.repository_email}}](mailto:{{cookiecutter.repository_email}}) with a detailed description of the vulnerability. Please provide as much information as possible, including: - A clear description of the vulnerability. - Steps to reproduce the vulnerability. diff --git a/golang/{{cookiecutter.app_name}}/go.mod b/golang/{{cookiecutter.app_name}}/go.mod index 013dbff..bbfe09d 100644 --- a/golang/{{cookiecutter.app_name}}/go.mod +++ b/golang/{{cookiecutter.app_name}}/go.mod @@ -1,4 +1,4 @@ -module github.com/PashmakGuru/project-name +module github.com/PashmakGuru/{{cookiecutter.repository_name}} go 1.20 diff --git a/vuejs/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md b/vuejs/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md index bfd98a0..d878272 100644 --- a/vuejs/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md +++ b/vuejs/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md @@ -1,6 +1,6 @@ -# Contributing to [Project Name] +# Contributing to {{cookiecutter.app_name}} -Thank you for your interest in contributing to [Project Name]! We welcome contributions from the community to make our project better. Before you get started, please take a moment to read this guide to understand how you can contribute. +Thank you for your interest in contributing to {{cookiecutter.app_name}}! We welcome contributions from the community to make our project better. Before you get started, please take a moment to read this guide to understand how you can contribute. ## Table of Contents diff --git a/vuejs/{{cookiecutter.app_name}}/.github/LICENSE.md b/vuejs/{{cookiecutter.app_name}}/.github/LICENSE.md index 2aa384e..51842f4 100644 --- a/vuejs/{{cookiecutter.app_name}}/.github/LICENSE.md +++ b/vuejs/{{cookiecutter.app_name}}/.github/LICENSE.md @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [2023] [name of copyright owner] + Copyright [2023] [{{cookiecutter.organization_name}}] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vuejs/{{cookiecutter.app_name}}/.github/SECURITY.md b/vuejs/{{cookiecutter.app_name}}/.github/SECURITY.md index 0a2fdb9..2a4d147 100644 --- a/vuejs/{{cookiecutter.app_name}}/.github/SECURITY.md +++ b/vuejs/{{cookiecutter.app_name}}/.github/SECURITY.md @@ -6,7 +6,7 @@ If you discover a security vulnerability in this project, please follow these st 1. **Do Not** create a GitHub issue. Security vulnerabilities should be reported privately. -2. Send an email to [{{cookiecutter.repository_email}}](mailto:cookiecutter.repository_email) with a detailed description of the vulnerability. Please provide as much information as possible, including: +2. Send an email to [{{cookiecutter.repository_email}}](mailto:{{cookiecutter.repository_email}}) with a detailed description of the vulnerability. Please provide as much information as possible, including: - A clear description of the vulnerability. - Steps to reproduce the vulnerability.