Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri committed Jan 5, 2024
1 parent 44b22ab commit a1ac649
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions golang/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion golang/{{cookiecutter.app_name}}/.github/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion golang/{{cookiecutter.app_name}}/.github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion golang/{{cookiecutter.app_name}}/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/PashmakGuru/project-name
module github.com/PashmakGuru/{{cookiecutter.repository_name}}

go 1.20

Expand Down
4 changes: 2 additions & 2 deletions vuejs/{{cookiecutter.app_name}}/.github/CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion vuejs/{{cookiecutter.app_name}}/.github/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vuejs/{{cookiecutter.app_name}}/.github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a1ac649

Please sign in to comment.