Skip to content

Commit e699f6b

Browse files
jputrinogithub-actions[bot]
authored andcommitted
✅ Ready to clone and code.
1 parent da8096d commit e699f6b

File tree

7 files changed

+13
-79
lines changed

7 files changed

+13
-79
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Describe the use case and detail of the change. If this PR addresses an issue on
66

77
Before creating a PR, run through this checklist and mark each as complete.
88

9-
- [ ] I have read the [`CONTRIBUTING`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) document
9+
- [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/nginx-hugo-theme/blob/main/CONTRIBUTING.md) document
1010
- [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
1111
- [ ] If applicable, I have checked that any relevant tests pass after adding my changes
12-
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CHANGELOG.md))
12+
- [ ] I have updated any relevant documentation ([`README.md`](https://github.com/nginxinc/nginx-hugo-theme/blob/main/README.md) and [`CHANGELOG.md`](https://github.com/nginxinc/nginx-hugo-theme/blob/main/CHANGELOG.md))

.github/workflows/rename_project.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/rename_template.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@ The following is a set of guidelines for contributing to this project. We really
1010

1111
[Code Guidelines](#code-guidelines)
1212

13-
[Code of Conduct](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CODE_OF_CONDUCT.md)
13+
[Code of Conduct](https://github.com/nginxinc/nginx-hugo-theme/blob/main/CODE_OF_CONDUCT.md)
1414

1515
## Getting Started
1616

17-
Follow our [Getting Started Guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/README.md#Getting-Started) to get this project up and running.
17+
Follow our [Getting Started Guide](https://github.com/nginxinc/nginx-hugo-theme/blob/main/README.md#Getting-Started) to get this project up and running.
1818

1919
<!-- ### Project Structure (OPTIONAL) -->
2020

2121
## Contributing
2222

2323
### Report a Bug
2424

25-
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report it using our [security policy](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/SECURITY.md).**
25+
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report it using our [security policy](https://github.com/nginxinc/nginx-hugo-theme/blob/main/SECURITY.md).**
2626

2727
### Suggest a Feature or Enhancement
2828

29-
To suggest a feature or enhancement, please create an issue on GitHub with the label `enhancement` using the available [feature request template](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/feature_request_template.md). Please ensure the feature or enhancement has not already been suggested.
29+
To suggest a feature or enhancement, please create an issue on GitHub with the label `enhancement` using the available [feature request template](https://github.com/nginxinc/nginx-hugo-theme/blob/main/.github/feature_request_template.md). Please ensure the feature or enhancement has not already been suggested.
3030

3131
### Open a Pull Request
3232

3333
- Fork the repo, create a branch, implement your changes, add any relevant tests, submit a PR when your changes are **tested** and ready for review.
34-
- Fill in [our pull request template](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/pull_request_template.md).
34+
- Fill in [our pull request template](https://github.com/nginxinc/nginx-hugo-theme/blob/main/.github/pull_request_template.md).
3535

36-
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/.github/feature_request_template.md) first to start a discussion about the feature.
36+
Note: if you'd like to implement a new feature, please consider creating a [feature request issue](https://github.com/nginxinc/nginx-hugo-theme/blob/main/.github/feature_request_template.md) first to start a discussion about the feature.
3737

3838
## Code Guidelines
3939

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This template includes all the scaffolding you need to get started on a standard
3030

3131
<!-- DELETE THE LINES ABOVE THIS AND WRITE YOUR PROJECT README BELOW -- PLACEHOLDER SECTIONS HAVE BEEN INCLUDED FOR YOUR CONVENIENCE -->
3232

33-
# {{REPOSITORY_NAME}}
33+
# nginx_hugo_theme
3434

3535
## Requirements
3636

@@ -46,10 +46,10 @@ Maecenas at vehicula justo. Suspendisse posuere elementum elit vel posuere. Etia
4646

4747
## Contributing
4848

49-
Please see the [contributing guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
49+
Please see the [contributing guide](https://github.com/nginxinc/nginx-hugo-theme/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
5050

5151
## License
5252

53-
[Apache License, Version 2.0](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/LICENSE)
53+
[Apache License, Version 2.0](https://github.com/nginxinc/nginx-hugo-theme/blob/main/LICENSE)
5454

5555
&copy; [F5, Inc.](https://www.f5.com/) 2023

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Latest Versions
44

5-
We advise users to run or update to the most recent release of the {{REPOSITORY_NAME}}. Older versions of the {{REPOSITORY_NAME}} may not have all enhancements and/or bug fixes applied to them.
5+
We advise users to run or update to the most recent release of the nginx_hugo_theme. Older versions of the nginx_hugo_theme may not have all enhancements and/or bug fixes applied to them.
66

77
## Reporting a Vulnerability
88

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Want to get in touch with the NGINX development team directly? Try using the rel
3030

3131
## Contributing
3232

33-
Please see the [contributing guide](https://github.com/{{REPOSITORY_OWNER}}/{{REPOSITORY_URL}}/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
33+
Please see the [contributing guide](https://github.com/nginxinc/nginx-hugo-theme/blob/main/CONTRIBUTING.md) for guidelines on how to best contribute to this project.

0 commit comments

Comments
 (0)